fragaria / angular-daterangepicker

Angular.js wrapper for dangrossman/bootstrap-daterangepicker
MIT License
519 stars 372 forks source link

How to set locale? #178

Closed morfair closed 5 years ago

morfair commented 8 years ago

How I to can set locale for month names?

Smarello commented 8 years ago

You can do something like this:

$scope.options = { locale: { monthNames: ['Gennaio', 'Febbraio', 'Marzo', 'Aprile', 'Maggio', 'Giugno', 'Luglio', 'Agosto', 'Settembre', 'Ottobre', 'Novembre', 'Dicembre' ] } };