• Hai,

    The function parse_input() uses strptime_parse() to parse an input string for a valid date.
    As the latter uses strptime(), it checks on the existence of strptime(). However, only on the first occurence in line 169 of file “PDb_Date_Parse.class.php”. On my site, it generates an error on line 184 where it is not validated.
    Can you please fix this in a next version?

    Thanks.
    Jan

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

    (@xnau)

    Thanks for this report.

    You are correct that it should check for the presence of the function before attempting to use it, thanks for pointing that out, it will be fixed in the next release.

    I suspect you don’t have the “intl” PHP module installed. It is recommended that this module be installed on all non-English webservers. You can ask your web host about this.

    Another point to consider is that using the “strict dates” setting requires that all dates be in the format specified in the “Input Date Format” setting.

Viewing 1 replies (of 1 total)
  • The topic ‘Error parsing date using strptime’ is closed to new replies.