input的值为:2010-01-03获取input框的值,通过new Date(param)转成Date类型在firefox中能正常使用但IE不行,IE要使用new Date(),日期格式应为2010/01/03---记录下