O
Olivier Matrot
Hello,
I would like to define a date format that displays a datetime according to
the current culture like this :
if locale is 'fr' then date format would be "dd/MM HH:mm"
if locale is 'en' then date format would be "MM/dd HH:mm"
and so on....
But I do not want to manage each locale separately to be sure that month/day
ordering is correct ! How can I do this ?
TIA.
I would like to define a date format that displays a datetime according to
the current culture like this :
if locale is 'fr' then date format would be "dd/MM HH:mm"
if locale is 'en' then date format would be "MM/dd HH:mm"
and so on....
But I do not want to manage each locale separately to be sure that month/day
ordering is correct ! How can I do this ?
TIA.