Current date display has gone crazy!
-
The date at the right side of the header at https://www.mornystannit.info has never been wrong until now. I noticed it just a few days ago, but do not know exactly when the date display went wrong. Now, it always shows the time as “14:33”, and the year is random; only the day of the month is correct.
What on Earth could have caused this suddenly?
The code has never been changed. Here it is:
$d = ‘Y-m-j H:i:s’;
$datum = mysql2date( ‘H:i, l, jS F, Y’, time($d) );
$before = ”;
$after = ”;
echo apply_filters(‘the_date’, $datum, ‘H:i, l, jS F, Y’, $before, $after);
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Current date display has gone crazy!’ is closed to new replies.