0

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">

rod james
  • 369
  • 3
  • 13
  • 1
    Is ```datepicker-ja.js``` called ? Do you try ```$.datepicker.setDefaults($.datepicker.regional['ja']);``` ? – Ichinator Mar 19 '21 at 09:19
  • Sorry. I am not familiar with jquery itself. I dont think I added it. where and how should I add these ? – rod james Mar 19 '21 at 09:22

0 Answers0