<?xml version="1.0" encoding="UTF-8" ?>
<dt-example table-type="html" table-class="display nowrap" order="1">

<css lib="datetime"/>

<js lib="jquery datetime">
<![CDATA[

$(document).ready(function() {
    new DateTime(document.getElementById('test'));
});

]]>
</js>

<title lib="DateTime">Basic initialisation</title>

<info><![CDATA[

This is the `de-init dateTime` extension for DataTables. It is used to select dates throughtout DataTables and it's extensions.

See other examples for more detail.

]]></info>

<custom-table>
    <input id="test" type="text" value="2020-01-17" />
</custom-table>

</dt-example>
