当第一个文本框日期选好以后,第二个文本就自动加一年显示。改如何处理??谢谢。。。
var a=new Date(); var year=a.getFullYear()+1 a.setFullYear(year); alert(a.toLocaleDateString());