1
0

write shit

This commit is contained in:
2021-04-10 13:13:17 +08:00
parent 8323a9c1d8
commit bf441a6891
6 changed files with 93 additions and 4 deletions

View File

@@ -82,3 +82,8 @@ function ccn_i18n_UniversalGetMonth(month) {
return $.i18n.prop('ccn-i18n-universal-month-' + (month + 1));
}
// note: day of week is zero based
function ccn_i18n_UniversalGetDayOfWeek(dayOfWeek) {
return $.i18n.prop('ccn-i18n-universal-week-' + (dayOfWeek + 1));
}