* add localeaware Date.getLocaleDay method and reorder week days array
 * calendars should now have a region approriate first day of the week
This commit is contained in:
Sarjuuk 2026-01-11 18:46:37 +01:00
parent ce020204cb
commit 03fb4045dc
7 changed files with 21 additions and 5 deletions

View file

@ -0,0 +1 @@
UPDATE `aowow_dbversion` SET `build` = CONCAT(IFNULL(`build`, ''), ' globaljs');