JqueryUI 日期插件的基本用法
更新:HHH   时间:2023-1-7


前提是导入了jqueryUI 和jquery库,粘上以下代码

$( "#id" ).datepicker({
   dateFormat: 'yy-mm-dd',
   showAnim: 'fadeIn',
   changeMonth: true,
   changeYear: true
 });

就可以调出日期插件


返回web开发教程...