Ask a Question related to Coldfusion Database Access, Design and Development.
-
iMadDeveloper #1
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
since the queries are dynamically being generated and displayed I don't know
the data type of the information without making an additional call to the
information_schema in MySQL. Is there a way to tell ColdFusion to always
display any date/time formats with a specific mask?
iMadDeveloper 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... -
CFQUERY a Remote MySQL Server
I have two networked MySQL web servers. My site root is on Server1, but I want to interrogate a database from Server2. How do I specify in the... -
cfquery for date not working
Greetings - I am sure what I am missing is something simple. I am trying to query for a specific date in a database. However, when I search for a... -
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... -
applying edit mask at run time
At design time I apply an editmask by putting {0:C} as an attribute to a column. In a current project I need to apply and change this at run time.... -
mxstu #2
Re: Always Applying Date Mask on cfquery (MySQL)
If you're using MX7, you could use the GetMetaData() function to return the data types of the columns in the cfquery and then use dateFormat() if the dynamic column is a date/time column.
mxstu Guest



Reply With Quote

