{hero}

始於:日期時間 1.0.0

用於秒數選擇的標籤。
請注意 - 此屬性需要 DataTables 的 DateTime 擴充套件。

描述

此值用作 DateTime 中秒數值的選擇旁邊的標籤。

類型

字串

描述

用於指示秒數選擇的標籤的字串值。

預設

  • 值:'Second'

範例

變更 i18n.seconds 的值

$(document).ready(function () {
	new DateTime(document.getElementById('test'), {
		format: 'HH:mm:ss',
		i18n: {
			seconds: 's'
		}
	});
});