Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
cheggers #1
create date object whilst specifying provided mask
Hello there. I have been using createdate and createodbcdate methods. However
I would like to create a date object from a date string. But i would like to
specify the mask of the date string that I am creating the date object from.
this would allow me to create a date object from different masks. e.g. if i
had the date string '30012005' I could create a date object like so
createDateFromMask('30012005','ddmmyyyy') I could also pass this method any
other date string if I told it the mask i was passing. does anyone know of
such a method ? thanks
cheggers Guest
-
CFGRIDCOLUMN date mask
I am trying to display a database date field using the Coldfusion MX 7 CFGRIDCOLUMN tag. The following code displays the "CALL_DATE_TIME" date... -
Always Applying Date Mask on cfquery (MySQL)
ColdFusion is displaying my dates in an incorrect timestamp format. I understand that the date can be masked using the DateFormat() function, but... -
Date Mask in CFGRIDCOLUMN - CFMX 7
Hello, I'm using CFGRID inside of a CFFORM format='flash'. It's pretty sweet functionality. Just got CFMX 7 2 days ago and I'm loving it... -
More than one mask on an object
Amy-- You'll have to flatten the masked object (which removes the editability of the mask so make sure the first mask is correct) before you can... -
How to create this mask?
I am trying to create an image similar to this one using masking. It is the T-shirt in the circle image on the far right of the page:...



Reply With Quote

