Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
plarts #1
French Date Format
I want to use the french date format. Example for the 25 january 2005, in
format #lsdateformat(mydate,'dd-mmm-yyy')# the system (windows, I presume)
writes : 5-janv.-2005 in my form field When I save or update, In my query, I
use the #createodbcdate(mydate)# , and then it says that the 5-janv.2005 is an
Invalid Date The french months abreviations are (from the OS) :
'janv.','f?vr.','mars','avr.','mai','juin','juil.' ,'ao?t','sept.','oct.','nov.',
'd?c.' Any help to be able to use these abreviations ? The full month name is
too long (and I did not try), and I need to be in the local language. Thanks,
Pierre.
plarts Guest
-
Date format 07-JUL-03
What's the simplest format method to force the medium date format to capitalize the month, like 07-JUL-03 instead of 07-Jul-03 in a form text box?... -
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 -
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... -
[FRENCH] problème de date
salut j'ai un problème de date. je viens de faire un affichage de la date avec : onClipEvent (enterFrame) { day = new Date(); jour =... -
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

