problem field type date

problem field type date

ergunergun Posts: 12Questions: 3Answers: 0

I noticed that the calendar does not appear in IE version 11.0.15 and MOZILLA version 34.0.5 but works properly under CHROME version 39.
You it is an incompatibility with IE and MOZILLA ?
What do you do?

Replies

  • allanallan Posts: 61,814Questions: 1Answers: 10,123 Site admin

    The only desktop browser to currently implement the <input type="date"> input (which is what is used by Editor by default) is Chrome. Hopefully Mozilla and Microsoft will catch up on this soon, although judging by the Firefox bug for this it isn't a priority for Mozilla at least :-(

    As such, what you can do is include the jQuery DatePIcker library on your page. If it is present, Editor will use that for the date field type.

    Allan

This discussion has been closed.