Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
johnsonPA #1
Format a date
My database stores the date as mm/dd/yyyy
How can I return this in the format of say: Tuesday- December 21, 2005
johnsonPA Guest
-
Date Format
I have a form with an unbound combo box which contains a list of choices: "Current Month";"Previous Month";"Current Year", etc. When the user... -
PHP date format
Accoding to the manual, if I want to display the a date in the format "May 31st, 2005 I should use the following code: <p> The event will held on... -
Date Format pb
Hi, Got a pb with american date format MM/dd/YYYY. My WebService Method convert String to Date. It works good except for one case : 1/5/2005 ... -
Date() Format
Hi Im trying to get a mm/dd/ccyy format and can nearly do this using date() however I for 02 Feb 2004 I get 2/2/2004 and I want 02/02/2004 -
converting date into database date format(newbie)
Hi! U can convert "8-Aug-03" into mysql date which requires yyyy-mm-dd format as below. <?php date("Y-m-d",strtotime("8-Aug-03")); ?> -
mxstu #2
Re: Format a date
It's all in the documentation
[url]http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/functi59.htm[/url]
<cfoutput>
#DateFormat(myDate, "dddd- mmmm dd, yyyy")#
</cfoutput>
mxstu Guest



Reply With Quote

