Ask a Question related to Coldfusion Database Access, Design and Development.
-
smokin_joe #1
Dates & SQL
In my CF form I have created a date object using #DateFormat(Now(),"MM/DD/YY")#
which displays the date as: 07/29/05.
When the date is inserted into a Date/Time Field in a SQL table and I view
the resulting entry in the table looks like: 7/29/2005.
When I query and return the data field (#FIELD#) from the DB it displays as:
2005-07-29 00:00:00.0
All I want to do is to display the date as: 07/29/05
Can I format the output... or is there something else that I should be doing
to the input of the date...?
Thanks !
smokin_joe Guest
-
Between Dates
I am trying to query an online access database and return records that have occurred between dates. I am using another query which does work to... -
ASP/VBS Dates Between Dates
I'm trying to filter records depending on 2 dates requested from the querystring MMColParam1 (startdate) and MMColParam2 (enddate), i.e. a list... -
Dates again
Hello all I'm having trouble getting iis to understand the UK format of dates ASP off a MS Access database I have the following query:... -
Dates
Thanks to all those who replied. I ended up doing some research myself and found a good date module at... -
Help with Dates please
Hi, In a SQL table I have a field named departure and a date in inserted in it. What is the exact syntax to get only records with a future date... -
rmorgan #2
Re: Dates & SQL
You will need to reformat the output #DateFormat(myvariable, "mm/dd/yyyy")#
rmorgan Guest



Reply With Quote

