<?xml version="1.0" encoding="UTF-8" ?>
<dt-option library="DateTime">
	<name>i18n.clear</name>
	<summary>Clear button text value</summary>
	<since>DateTime 1.1.0</since>

	<default value="Clear"></default>

	<description>
		Sets the string that will be shown in the _Clear_ button when enabled by `de-init buttons.clear`.
	</description>

	<example title="Set clear button text"><![CDATA[
new DateTime(document.getElementById('test'), {
	buttons: {
		clear: true
	},
	i18n: {
		clear: 'Empty'
	}
});
]]></example>

<related>de-init buttons.clear</related>

</dt-option>
