Skip to content
Advertisement

How to change date format (MM/DD/YY) to (YYYY-MM-DD) in date picker

I have following datepicker script:

JavaScript

Now dateformat is MM/DD/YY .how to change the date format to YYYY-MM-DD?

Advertisement

Answer

Use the dateFormat option

JavaScript

Demo at http://jsfiddle.net/gaby/WArtA/

Advertisement