How to get the date from jQuery UI datepicker

前端 未结 6 1085
渐次进展
渐次进展 2020-11-30 01:44

I want to get the date from datepicker whenever user choose the date in jQuery UI datepicker and click the button on the form.

well I need to get the day, month and

6条回答
  •  北荒
    北荒 (楼主)
    2020-11-30 02:14

    the link to getdate: https://api.jqueryui.com/datepicker/#method-getDate

    $("#datepicker").datepicker( 'getDate' );
    

提交回复
热议问题