jsp日期查询条件只需要选择到月份?可以试试layui的laydate

h286876ZIPlayDate-v5.3.1.zip  21.98KB

资源文件列表:

ZIP layDate-v5.3.1.zip 大约有11个文件
  1. laydate/
  2. laydate/laydate.js 36.74KB
  3. laydate/theme/
  4. laydate/theme/default/
  5. laydate/theme/default/font/
  6. laydate/theme/default/font/iconfont.eot 2.4KB
  7. laydate/theme/default/font/iconfont.svg 3.05KB
  8. laydate/theme/default/font/iconfont.ttf 2.22KB
  9. laydate/theme/default/font/iconfont.woff 1.46KB
  10. laydate/theme/default/laydate.css 7.58KB
  11. test.html 1.35KB

资源介绍:

jsp日期查询条件只需要选择到月份?可以试试layui的laydate

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>使用 layDate 独立版</title> <meta name="renderer" content="webkit"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="format-detection" content="telephone=no"> <style> body { padding: 20px; } .demo-input { padding-left: 10px; height: 38px; min-width: 262px; line-height: 38px; border: 1px solid #e6e6e6; background-color: #fff; border-radius: 2px; } .demo-footer { padding: 50px 0; color: #999; font-size: 14px; } .demo-footer a { padding: 0 5px; color: #01AAED; } </style> </head> <body> <input type="text" class="demo-input" placeholder="请选择年月" id="test1"> <script src="laydate/laydate.js"></script> <!-- 改成你的路径 --> <script> lay('#version').html('-v' + laydate.v); //执行一个laydate实例 laydate.render({ elem: '#test1', //指定元素 type: 'month' }); </script> </body> </html>
100+评论
captcha