vote up 0 vote down star

I have 2 aspx pages both gets date data from the same database table (same date field) but one shows the date like 04.09.2009, the other shows 9/4/2009. Both uses same format.

<%# Eval("newsDate", "{0:d}") %>

Any ideas? I am not familiar with web programming.

Cheers, Burak

flag

75% accept rate
What is the language for your browser? Do either of the pages have a language specified? Is the date being passed to both views in the same format - i.e. As a 'Date', rather than a 'String'. Some sample code may help to shed light on the issue. – belugabob Sep 8 at 11:28

1 Answer

vote up 0 vote down check

YOu can specify the UICulture and Culture in the asp server tag (located at the top of your .aspx file), check if they are different.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.