Search and Top Navigation
#14981 closed bug (worksforme)
Opened June 03, 2016 02:58PM UTC
Closed June 03, 2016 03:01PM UTC
dateFormat has no effect on datepicker
Reported by: | tomasantunes | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.datepicker | Version: | 1.11.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The datepicker only shows the default dateFormat instead of a custom one.
Here is the code:
$( "#datepicker1" ).datepicker({ dateFormat: 'dd-mm-yy' });
I'm using Jquery 2.1.1 and Jquery UI 1.11.4
Attachments (0)
Change History (1)
Changed June 03, 2016 03:01PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
It works just fine: http://jsbin.com/negufenero/edit?html,js,output