Same… I downgraded to 3.2.5, I’m using php8
<?php
echo "Today: " . date( 'd-M-Y H:i:s', current_time( 'timestamp', 0 ) );
?>
<br>
<?php
echo "International: " . date( 'd-m-y H:i:s', current_time( 'timestamp', 1 ) );
?>
<br>
Renew date and time:
<?php
the_date(); - the_time('l');
?>
-
This reply was modified 1 year, 4 months ago by webdeweb.