PPC 2003 - Wrong shortdate format

  • Thread starter Thread starter Richard Kvist
  • Start date Start date
R

Richard Kvist

Hi !

Iv'e noticed that MS has changed the datetime format on the PPC 2003. Is
this a bug or is it for real. The English settings is allright bu when I set
to Swedish the shortdate is different. It used to bee 2003-01-01 but now
it's just 03-01-01.

Does anyone know anything about this
 
You can provide a custom format using the ToString() method e.g.

mydate.ToString("yyyy-MM-dd");

Otherwise the ToShortDateString() method _should_ follow whatever setting
you have in the Settings > Regional Settings > Date applet.

Peter
--
Peter Foot
Windows Embedded MVP

In The Hand
http://www.inthehand.com
 
Hmm its for my old app developed with evb :(

I just thought it was kind of strange of MS to change the datetime format.
I'll work around it somehow
 
Back
Top