[Bug 5884] VB6 application fails to convert date to string formatted weekdays

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Dec 1 05:36:10 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=5884





--- Comment #13 from Jiri Palecek <jpalecek at web.de>  2007-12-01 05:36:09 ---
I'm pretty sure you got the calculation wrong. The whole thing is, if you pass
1 as iFirstDay, the first day of week is sunday as in US; if you pass 0 and
read 0 from the locale, it is _monday_. (don't ask me why...)

> test does not check the returned values to match any (hardcoded) values

which is why your test can't check this, you can try it with this test
http://www.nabble.com/olaut32:-VarWeekdayName-test-t4209794.html

It checks the names against what is read from the locale, so it should work
under any locale.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list