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.