Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
plarts #1
<cfcache> and date format
I have a CFM file which display a Form. As this form is built from queries and
is alway the same, I add the <cfcache> at top of coding, And I get this error :
----------------------------------------------------------------------------
'dimanche 20 f?vrier 2005 15 h 50 CET' is an invalid date format. The error
occurred on line 1.
-----------------------------------------------------------------------------
I need to add before <cfset f_local=#SetLocale('French (standard)')#> as the OS
language. to escape this error. Why cfcache needs the <cfset
f_local=#SetLocale('French (standard)')#> to be as the OS language ? Thanks
for any explanation. Pierre.
plarts Guest
-
Date Format in Com+
Hi All, I have one Component in VB6. My component receive a date as string parameter ("dd/MM/yyyy"). My componente understand "MM/dd/yyyy". Then I... -
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 -
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")); ?> -



Reply With Quote

