Hi all,
I use a module which creates new appointments based on Greek settings with dates and time as (dd/mm/yyyy 00:00:00)
The problem is that on every try for a new appoitment I get the error
Deprecated: Function strftime() is deprecated in …/libraries/src/Form/Field/CalendarField.php on line 322
The 322 line is
$this->value = strftime($this->format, strtotime($this->value));
I asked from my host provider to add calendar extension for php 8.1 which already has been done
Could you please help to fix that?
thank’s