G
Guest
I have an application that could be hosted in a number of countries. I need
to detect the user locale and then accept dates as input for that locale eg
13.01.2004 for germany and 1/13/2004 for the USA. The date should then be
reformatted to match the locale settings for the country hosting the
application, so that the correct date is inserted into the (oracle) database.
What is the simplest way to achieve this?
to detect the user locale and then accept dates as input for that locale eg
13.01.2004 for germany and 1/13/2004 for the USA. The date should then be
reformatted to match the locale settings for the country hosting the
application, so that the correct date is inserted into the (oracle) database.
What is the simplest way to achieve this?