i18n.next
自: 日期时间 1.0.0
用于“下一步”按钮中的字符串。
请注意 - 此属性需要 DataTables 的 日期时间 扩展。
描述
此值用于“下一步”按钮在日期时间中切换月份。
类型
默认值
- 值:
'下一步'
作为默认值,'下一步'
是用于“下一步”按钮中的文本。
示例
更改 i18n.next
的值
$(document).ready(function () {
new DateTime(document.getElementById('test'), {
i18n: {
next: '>'
}
});
});