Skip to main content

All Questions

0 votes
0 answers
190 views

Change weekdays's header in datepicker

I want to change the weekdays's name to a string array like From $scope.dateOptions = {formatDayHeader: 'QTX'} something like `$scope.dateOptions = {formatDayHeader: ["b","c","c","c","c","c","c"]}` ...
AndyJJ's user avatar
  • 73
0 votes
1 answer
2k views

In Bootstrap UI datepicker focus is not returning back to the date field when clicked on a date

When I click on Today, clear or close button the focus comes back to date field. I want same functionality when I click on any particular date.
abhinav3414's user avatar