Hello, excuses for my english
I trying asprunner 2.4, but i have a big problem with dates :
- Sql server 2000, settings in french
- asprunner lcid 1036
- Client computer : french settings
My edit page.asp display 3 fields dates. ( edit type 1 whith datepicker )
(My list page.asp display this 3 fields correctly in french)
when the dates stored in the db are for exemple 21/12/2004 - 21/10/2004 - 15/07/2004
the page display and record fine in french.
But ........
when the dates stored in the db are for exemple 21/12/2004 - 21/10/2004 - 03/11/2004
the dates 21/12/2004 - 21/10/2004 are correctly displayed but
the date 03/11/2004 become 11/03/2004 and is displaying on the page like : 11/03/2004 (november?!)
When i push record, an error appear because the Update SQL command string contain this english date.
Can you help me ?
Orlins.