Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

Using jQuery Date Picker I need more format options

I need the following to format work:

M/D/YY
MM/D/YY
M/DD/YY
MM/D/YY
M/D/YYYY
MM/D/YYYY
M/DD/YYYY
MM/D/YYYY

Where do I insert these in here?

    $(function () {
        $("#datepicker").datepicker({
        });
    });


Thanks!
ASKER CERTIFIED SOLUTION
Avatar of zappafan2k2
zappafan2k2

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

Thanks!