jQuery Mobile date picker

后端 未结 8 1806
既然无缘
既然无缘 2021-02-01 15:52

Is there someone out there that has a good date picker for jQuery mobile?

I\'m going to let the user select a \"from\" date and a \"to\" date and I haven\'t found anythi

8条回答
  •  离开以前
    2021-02-01 16:34

    Here is the full code from Juery document:

        
         
         
         
         jQuery UI Datepicker - Format date
         
         
         
         
         
        
        
    
        

    Date:

    Format options:
    `

    Notices: DateFormat have 5 options :

    1.mm/dd/yy

    2.yy-mm-dd

    3.d M, y

    4.d MM, y

    5.DD, d MM, yy

    6.'day' d 'of' MM 'in the year' yy

提交回复
热议问题