Bug with expire_date
-
Hi,
I have a problem with a form with an expiration date set to 1 august 2021.
By debugging a little bit, I found that
expire_dateis stored in db like this : “1 Août 2021” (it’s a french website). But php functionstrtotimeis not able to read this french format ( in class-custom-form-model.php function form_is_visible ).
So what about the date, the function returnsfalse.I think you should store this data in a readable strtotime format.
Thank you in advance
Serge
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Bug with expire_date’ is closed to new replies.