Web server is in US. Customer is in Russia (11 hrs difference, they use DD/MM/YYYY style of date). I store dates in my Access DB.
Have no problem when dealing with US dates.
Also have no problem when store current day-time
now2=DateAdd("h", 11, now1)
The problem appears when I try to store the day that customer enters into input box.
1.
when customer enters 15/6/2008 (Russian style of date) in the input box it stores date in DB in a normal way
however when they store 1/6/2008 it switches by itself day-month and stores 6/1/2008 in DB
otherwords when first number which is a day in Russian format is more than 12 ASP switches day and month automatically
2.
setLocale(1049) (Russian locale ID) does not help at all
any ideas?
Have no problem when dealing with US dates.
Also have no problem when store current day-time
now2=DateAdd("h", 11, now1)
The problem appears when I try to store the day that customer enters into input box.
1.
when customer enters 15/6/2008 (Russian style of date) in the input box it stores date in DB in a normal way
however when they store 1/6/2008 it switches by itself day-month and stores 6/1/2008 in DB
otherwords when first number which is a day in Russian format is more than 12 ASP switches day and month automatically
2.
setLocale(1049) (Russian locale ID) does not help at all
any ideas?