Hello I was playing around with HTML5 datePicker and I was wondering how I could change the default language of the widget. How to change the lang from english to german? Any idea?
<form action="/action_page.php">
Birthday:
<input type="date" name="bday">
<input type="submit">
</form>
Thanks