javascript显示表单中的日期
想在表单中加入两个日期,<inputtype=calendarname='residebidetime'size='15'id=dc1value='今天日期'><inpu...
想在表单中加入两个日期,
<input type=calendar name='residebidetime' size='15' id=dc1 value='今天日期'>
<input type=calendar name='resideleavetime' size='15' id=dc2 value='明天日期'>
格式是2009-4-16
请问要怎么写呀 展开
<input type=calendar name='residebidetime' size='15' id=dc1 value='今天日期'>
<input type=calendar name='resideleavetime' size='15' id=dc2 value='明天日期'>
格式是2009-4-16
请问要怎么写呀 展开
展开全部
写个javascript函数
now=new Date(); //读取当前日期
year=now.getYear();
month=now.getMonth()+1;
day=now.getDate();
time_str=year+"-"+month+"-"+day+"- ";
residebidetime的值设成time_str
明天加个1就行了,要是到了月底,自己判断一下
now=new Date(); //读取当前日期
year=now.getYear();
month=now.getMonth()+1;
day=now.getDate();
time_str=year+"-"+month+"-"+day+"- ";
residebidetime的值设成time_str
明天加个1就行了,要是到了月底,自己判断一下
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询