aFarkas / webshim

[DEPRECATED] Webshims Lib is a modular capability-based polyfill-loading library
http://aFarkas.github.com/webshim/demos/index.html
MIT License
1.42k stars 201 forks source link

Incorrect set first week day in header datepicker #593

Open VatamaniukDev opened 6 years ago

VatamaniukDev commented 6 years ago

if set first day of week sunday or monday, datepicker header show days in correct order.But if i set first day, for example saturday, datepicker header show incorrect order. webshims.formcfg.en = { date: { firstDay: 6 //saturday } } screen shot 2018-10-18 at 1 13 38 pm

screen shot 2018-10-18 at 1 15 13 pm

How can solve this problem?