Ask a Question related to Coldfusion Database Access, Design and Development.
-
coryd218 #1
Re: Returning Dates -- Need to get rid of the time
i tried that a few different ways but to no avail. my web page still shows the time.
coryd218 Guest
-
FLV returning different "time" and "duration"
So, I have a strange problem. I am advancing a Flash movie based on when the FLV that is dynamically loaded, is finished playing. I have the... -
CFMX7.0.1 Administrator date time issue showing 13hrsbehind server time
I am running a W2k SP4 box that has been upgraded from CFMX6 to CFMX7.0.1. The CFMX7.0.1 server is showing the date on the Server Settings >... -
phpinfo returning 2 different build dates
Hi, My host keeps messing things up and not telling me. I am trying to write a cron job that will test to make sure the "unusual" functions I... -
Formatting a time field to 24 hour time (Military time) in the Datagrid
Anyone know how to do this? -
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... -
The ScareCrow #2
Re: Returning Dates -- Need to get rid of the time
If you want to do this in the web page then apply the dateformat to the column
from the query.
It looks as though m16 is a date/time data type, so you would do the following
in your page
<cfoutput query="GetTraining">
#dateFormat(GetTraining.m16, "mm/dd/yyyy") #
</cfoutput>
Ken
The ScareCrow Guest
-



Reply With Quote

