1500字范文,内容丰富有趣,写作好帮手!
1500字范文 > Jquery.EasyUI datebox控件

Jquery.EasyUI datebox控件

时间:2023-07-17 18:24:30

相关推荐

Jquery.EasyUI datebox控件

为什么80%的码农都做不了架构师?>>>

.开始日期:<input type="text" id="txtStartTime" class="easyui-datebox" style="width:90px"/>设置初始值:$(function () {$("#txtStartTime").datebox({ formatter: formatDate });//设置$("#txtStartTime").datebox("setValue", getCurrentDate());});function formatDate(date) {return date.getFullYear() + "-" + (date.getMonth() +1) + "-" + date.getDate();}获取值:var btime = $("#txtStartTime").datebox("getValue");

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。