• Hi.

    Please help. The date field is not functioning. There only a text box and the end result is January 1, 1970.

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

Viewing 1 replies (of 1 total)
  • Plugin Author xnau webdesign

    (@xnau)

    Most likely, this is because the date input cannot be parsed. PHP is pretty good at taking a date that someone types in and getting a specific date out of it, but it doesn’t work all the time. It is especially not good at dates that are numeric and have slashes. Try entering the date in a different format.

    You can use the “strict date format” setting (under the advanced tab in the PDB settings) if you want the date to be entered in a specific format.

    Also, I have a Datepicker add-on that gives people a way to use a calendar widget to select a date.

Viewing 1 replies (of 1 total)
  • The topic ‘The date field is not working’ is closed to new replies.