0

i have a Bootstrap Datepicker in my site, in default it use English Language, but my site use Indonesian Language. I wanna change bootstrap datepicker language to Indonesian for suitability.

Where is the codes in the library should I change? or is there any other plugin?

Sofyan Setiawan
  • 347
  • 1
  • 6
  • 15

1 Answers1

1

There is no official Bootstrap Datepicker, so its hard to give an answer, as you could be using any number of different date pickers.....

But I do know that This One has pretty good language support, I believe the Indonesian language code is "id", in which case it supports this language.

$('.datepicker').datepicker({
   language: "id"
});
Schmalzy
  • 17,044
  • 7
  • 46
  • 47