1
0

finishing datetimepicker...

This commit is contained in:
2021-03-13 16:48:16 +08:00
parent 1980f61242
commit 46a18fae99
7 changed files with 234 additions and 50 deletions

View File

@@ -76,3 +76,9 @@ function ccn_i18n_ApplyLanguage2Content(ctx) {
$(this).html($.i18n.prop($(this).attr('i18n-name')));
});
}
// note: month is zero based
function ccn_i18n_UniversalGetMonth(month) {
return $.i18n.prop('ccn-i18n-universal-month-' + (month + 1));
}