vitalets / combodate

Dropdown date and time picker
http://vitalets.github.com/combodate
207 stars 82 forks source link

Is it possible to get month translated for different languages. #70

Open Krits01 opened 7 years ago

Krits01 commented 7 years ago

I have to translate month, so is it possible from this plugin ?

dpicon83 commented 5 years ago

How this plugin uses moment.js, you have to load the translation file of moment and set the language on your script. For example, if you want the language pt-br, load the file pt-br.js and put locale: 'pt-br' on your script