You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by gi...@git.apache.org on 2017/10/09 07:12:17 UTC

[GitHub] justinmclean opened a new issue #21: DateChooser firstDayOfWeek is non functional

justinmclean opened a new issue #21: DateChooser firstDayOfWeek is non functional
URL: https://github.com/apache/royale-asjs/issues/21
 
 
   Most countries don't use Sunday as the first day of the week. Only USA, Canada, Japan and a few other do so. Setting the day of the week to be Monday like so doesn't see to have any effect.
   
   `model.firstDayOfWeek = 1;`
   
   Looking at the setter it seem to me that it should be calling updateCalendar() (which it isn't) and perhaps changing model.dayNames to reflect the new order.
   
   Even when dayName is modified and updateCalendar is called manually there is still no effect. It look like updateCalendar is missing code to take into account the first day of the week.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services