All Questions
2 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"]}` ...
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.