JQuery Datepicker Will not post with UK date string

前端 未结 3 371
臣服心动
臣服心动 2021-01-13 11:40

Apologies for if the question is obvious but I can\'t figure out why it is suddenly not working. I have a jquery datepicker that has been working fine as long as I can remem

3条回答
  •  死守一世寂寞
    2021-01-13 12:33

    Try using altFormat instead!

    altFormat: "dd/mm/yy",      
    

    That works for me : )

    EDIT: Try this on JSFiddle http://jsfiddle.net/adover/BRfcK/

提交回复
热议问题