G
Guest
Hello all,
we have an app with works across the globe, and therefore dates are
displayed in a number of formats, such as dd/MM/yyyy (uk) and MM/dd/yyyy
(usa). When our app has it's language set to ENGLISH everything works fine,
but when it's set to AMERICAN the dates fail as we're trying to cast a date
such as 16/04/2007 to a US DateTime.
What I need to know is, no matter what culture/language you're in how do you
cast the dates a date dd/MM/yyyy.
Thanks,
Jon
we have an app with works across the globe, and therefore dates are
displayed in a number of formats, such as dd/MM/yyyy (uk) and MM/dd/yyyy
(usa). When our app has it's language set to ENGLISH everything works fine,
but when it's set to AMERICAN the dates fail as we're trying to cast a date
such as 16/04/2007 to a US DateTime.
What I need to know is, no matter what culture/language you're in how do you
cast the dates a date dd/MM/yyyy.
Thanks,
Jon