Ticket #7728 (closed bug: invalid)
Problem In DatePicker Formating
| Reported by: | dandekar.ashish11@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.6 |
| Component: | unfiled | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I get Date Format from .Net As MM-dd-yyyy and it's Standerd Output for( 08 Dec 2010 ) is 12-08-2010 . But in Jquery I Write $('input').filter('.datecontrol').datepicker("option", "dateFormat", 'MM-dd-yyyy');
it returns December-08-20102010
It is not posible to write mm-dd-yy at MM-dd-yyyy because I am using variable at that position Which may be diff at next time.
Change History
comment:1 Changed 2 years ago by rwaldron
- Status changed from new to closed
- Resolution set to invalid
comment:2 Changed 2 years ago by jitter
As rwaldron already stated you need to file reports for jQuery UI bugs in the jQuery UI bug tracker as this tracker is only for jQuery Core bugs.
This is stated rather clear on the "New Ticket" page where it says
For jQuery UI (Autocomplete, Sortable, Draggable, Tabs, etc.):
This is NOT the correct form!
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Please report here: http://dev.jqueryui.com/