Hi
if I select tmpStartDate.SelectedDate it is showing me
29/07/2008 08:00:00 AM when I use Default english culture.
But If I change to spanish culture by chnaging web.config as follows :
(AM is chnaged to a.m.)
How to get format like english(AM) in spanish culture?
Regards
Sagi
if I select tmpStartDate.SelectedDate it is showing me
29/07/2008 08:00:00 AM when I use Default english culture.
But If I change to spanish culture by chnaging web.config as follows :
<
globalization enableClientBasedCulture="true"
culture="es-MX"
uiCulture="es-MX" />
and I get date by tmpStartDate.SelectedDate it is giving me 29/07/2008 08:00:00 a.m(AM is chnaged to a.m.)
How to get format like english(AM) in spanish culture?
Regards
Sagi