Good day SO.
I am still a noob in JS/jQuery so please forgive me for asking something so simple. I want to create a datepicker with a japanese language. However I can't seem to change it to japanese. I have tried/search different SO articles but still no luck.
One SO user suggested this github source code for datepicker. Maybe my declaration is wrong or something. Here is my JSFiddle.
I have tried both <input type="text" name="fr" class="datepicker" id="fr">
and <input type="date" name="fr" class="datepicker" id="fr">