会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
li阿根
博客园
首页
新随笔
联系
订阅
管理
2020年4月20日
js如何给input=date控件 添加默认时间?
摘要: 1.使用背景:和客户沟通后,要在input=date控件中默认显示当天日期; 2.html部分:<input type="date" id="dateTime"> 3.js部分: var d = new Date(); var day =d.getDate(); if(d.getMonth()<10
阅读全文
posted @ 2020-04-20 13:36 li阿根
阅读(2452)
评论(0)
推荐(1)
编辑
公告