2
I’m using the Angular pickadate only it is in English, I need to leave in Portuguese, could anyone help? Follows code:
$('.datepicker').pickadate({
selectMonths: true,
selectYears: 15,
language: 'pt-br'
});
I put language, but it doesn’t work.
<uib-datepicker ng-model="dt" class="well-sm no_right" datepicker-options="inlineOptions" style="float:left; width: 100%;"></uib-datepicker>
Unique codes I use to load the calendar.
Calendar used: https://angular-ui.github.io/bootstrap/#/datepicker