http://bugs.winehq.org/show_bug.cgi?id=10604
Summary: DateTime control parsing date format incorectly. Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: cman@cman.us
In Lithuanian locale (lth.nls) long date format defined this way:
LOCALE_SLONGDATE "yyyy 'm.' MMMM d 'd.'"
So datetime control should display it for example like this:
"2007 m. spalis 31 d."
But currently it is a mess:
"2007 27. spalis 31 31."