Date plugin test page

HTML

<input type="text" id="date" class="date" placeholder="Insert date" />

JS

$('#date').smartDate({locale: 'fr'});

Same demo page using AMD version of the script