i18n.hours
自:日期时间 1.0.0 起
小时选择标签。
请注意 - 这一属性需要 DataTables 的 日期时间 拓展。
描述
这一值用作日期时间中小时值选择旁边的标签。
类型
默认
- 值:
'小时'
示例
更改 i18n.hours
的值
$(document).ready(function () {
new DateTime(document.getElementById('test'), {
format: 'HH:mm',
i18n: {
hours: 'h'
}
});
});