Search and Top Navigation
#8236 closed bug (duplicate)
Opened April 04, 2012 04:58PM UTC
Closed April 04, 2012 07:02PM UTC
Last modified April 04, 2012 07:02PM UTC
'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.
Did you read the comments in the other ticket?