I'm using the Angled pickadate only that it is in English, I need to leave it in Portuguese, could anyone help? Here is the code:
$('.datepicker').pickadate({
selectMonths: true,
selectYears: 15,
language: 'pt-br'
});
I put language, but it does not work.
<uib-datepicker ng-model="dt" class="well-sm no_right" datepicker-options="inlineOptions" style="float:left; width: 100%;"></uib-datepicker>
Only codes I use to load the calendar.
Calendar used: link