• Resolved inezsegers

    (@inezsegers)


    The date inputfield in IE doesn’t work, (in other browsers it does)
    it gives an error message that the date notation is incorrect.

    In IE I can see the HTML of the intputfield there’s a pattern attribute while in other browsers there’s isn’t.
    The pattern in IE needs to be YYYY-MM-DD but in other browsers it allows you to input a DD-MM-YYYY pattern. I like the pattern to be DD-MM-YYYY.

    Can someone help me with this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Lap

    (@lapzor)

    Hi,

    Our plugin doesn’t do anything special to those fields and by default depends on HTML5 input fields and however the browser handles that.

    If you really meant Internet Explorer, note that the last release of that browser was on January 12, 2016… Not something we still want to support from our plugin. Or did you mean Edge browser?

    Anyway, a sort of easy work around would be to change the field type to “text” instead of “date”, or slightly more advanced but better solution would be to add a data picker to the field via Javascript. There are many good Javascript Date Pickers out there.

    It’s actually on our “to do some day maybe list” to provide a build in date picker for date fields as the HTML5 implementation for date fields is still a bit wonky in some less populair browsers.

    Hope that helps. If you have any questions, please let me know!

    Plugin Contributor Lap

    (@lapzor)

    Since there have been no replies for awhile I will now mark this topic as “resolved”. If you are still experiencing this issue or you have a similar problem, please create a NEW topic. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Input Date’ is closed to new replies.