#8236 closed bug (duplicate)
'Today' doesn't show properly in button panel. Version 1.8.18
Reported by: | nn_kirke | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.datepicker | Version: | 1.8.18 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
With the next configuration the today button don't have problem
Datepicker $('#datepicker').datepicker({
showButtonPanel: true,
});
But if you add other parameter like "navigationAsDateFormat"
Datepicker $('#datepicker').datepicker({
showButtonPanel: true, navigationAsDateFormat: true,
});
The the text buttom show a number not a text.
Change History (2)
comment:1 Changed 11 years ago by
Component: | ui.core → ui.datepicker |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Did you read the comments in the other ticket?