码迷,mamicode.com
首页 > Web开发 > 详细

ASP .NET My97DatePicker

时间:2017-11-21 15:56:49      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:width   picker   net   href   text   oob   for   www   code   

My97DatePicker

http://jingyan.baidu.com/article/e6c8503c7244bae54f1a18c7.html

<input type="text" name="start"id="startDate"class="form-controlWdate"onFocus="WdatePicker({dateFmt:‘yyyy-MM-dd‘})"style="display:inline;width:150px"/>

设置控件初始时间:当天

$("#start").val(newDate().getFullYear() +"-" + (new Date().getMonth() + 1) +"-" + new Date().getDate());
date.getMonth()+1   +1不能少,否则是上个月
date.getFullYear()

Datepicker

http://www.runoob.com/jqueryui/example-datepicker.html

ASP .NET My97DatePicker

标签:width   picker   net   href   text   oob   for   www   code   

原文地址:http://www.cnblogs.com/Lulus/p/7873297.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!