i18n.today
自: DateTime 1.1.0
Today 按钮文本值。
请注意 - 此属性需要 DateTime extension for DataTables。
说明
设置当 buttons.today
启用时,在Today按钮中显示的字符串。
默认值
- 值:
Today
示例
设置 today 按钮文本
new DateTime(document.getElementById('test'), {
buttons: {
today: true
},
i18n: {
today: 'Jump to today'
}
});
相关
以下选项直接相关,在您的应用程序开发中可能也很有用。