]> code.delx.au - comingnext/commit
fixed weekday extraction from dates
authorMichael Prager <michael@pragers.de>
Fri, 19 Aug 2011 19:17:24 +0000 (21:17 +0200)
committerMichael Prager <michael@pragers.de>
Fri, 19 Aug 2011 19:17:24 +0000 (21:17 +0200)
commit425ada1748988af6de379edb00cca52c2a4eadf2
tree54876f7bd68d229b684b62fd66cc93564a13786b
parentf189e06574648bdc360dc875eeef2bcfca3eb83e
fixed weekday extraction from dates

Nokia's latest Anna firmware broke the Date.toLocaleDateString() method
which no longer returns the localized weekday but a simple "19/08/11"
instead.

The now implemented workaround collects all weekday locales the same way
the month locales are collected: for every weekday, a temporary calendar
entry is created and its resulting startdate fetched back into the app.
This is slow but hopefully will survive further API changes.
Readme.txt
comingNext/index.html