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

jquery日期插件datePicker

时间:2017-01-11 12:01:39      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:dev   ges   html   picker   img   scale   日期   doctype   div   

技术分享

index.html

<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="renderer" content="webkit">
<title></title>
<script src="js/jquery.js"></script>
<!-- 日期控件 -->
<script type="text/javascript" src="datePicker/WdatePicker.js"></script>
</head>
<body>
    <input id="earliestDatetime" type="text" class="Wdate" onClick="WdatePicker({dateFmt:‘yyyy-MM-dd HH:mm:ss‘})" name="startTime"/>
</body>
</html>

 

Demo下载地址:

 http://files.cnblogs.com/files/007sx/datePickerDemo.zip

jquery日期插件datePicker

标签:dev   ges   html   picker   img   scale   日期   doctype   div   

原文地址:http://www.cnblogs.com/007sx/p/6272999.html

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