【发布时间】:2017-03-30 10:45:16
【问题描述】:
我一直在研究股票预订系统,我在表单中使用了日期功能,但是,它在 chrome 上运行良好,但在 windows 资源管理器和 Firefox 上不起作用。我该怎么办?
departure date: <input type="date" name="departuredate"> departure time : <input type="time" name="departuretime"> arrival date : <input type="date" name="arrivaldate"> arrival time : <input type="time" name="arrivaltime">
【问题讨论】:
-
什么日期函数? FF 肯定不支持
type="date"。 -
请向我们展示您的标记并详细解释“不起作用”。
-
出发日期:出发时间:到达日期: 到达时间:
-
如果它的 HTML5,IE 将无法工作。为此,您需要一个第三方库
-
哪一个最好能告诉我代码吗?实际上我是新手,所以我不太了解它。