您好,登录后才能下订单哦!
密码登录
登录注册
点击 登录注册 即表示同意《亿速云用户服务条款》
最近找到了一款支持IE8的时间控件,支持年月日时分秒
使用方法很简单
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>基础示例 - LHGCALENDAR</title> <link rel="icon" href="../favicon.ico" type="p_w_picpath/x-icon"/> <link rel="shortcut icon" href="../favicon.ico" type="p_w_picpath/x-icon"/> <link href="../_doc/common.css" type="text/css" rel="stylesheet"/> <link href="../_doc/prettify/prettify.css" type="text/css" rel="stylesheet"/> <script type="text/javascript" src="../_doc/prettify/prettify.js"></script> <script type="text/javascript" src="../jquery-1.7.1.min.js"></script> <script type="text/javascript" src="../lhgcalendar.min.js"></script> <!--<script type="text/javascript" src="demo.js"></script>--> <script type="text/javascript" > $(function() { $("#test").calendar();//年月日的格式 $("#test1").calendar({ format:'yyyy-MM-dd HH:mm:ss' });//年月日时分秒的格式 }); </script> </head> <body> <input type="text" id="test"> <input type="text" id="test1"> </body> </html> 其他用法相同,见附件中的demo
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。