Wrong Date (Day -1)
-
Hey there,
recently I have an error in displaying the date. All days are correct in my database, but wrong while created for any display (front-/backend).As a quick workaround I replaced line 227 and 237
$mfgigcal_date .= “<div class=\”day\”>” . date_i18n(“d”, $start_date) . “</div>”;with
$mfgigcal_date .= “<div class=\”day\”>” . $startArray[2] . “</div>”;Same in line 244 but there with $endArray
$mfgigcal_date .= “<div class=\”day\”>” . $endArray[2] . “</div>”;As a quick workaround that works for me, however, it would be great if someone has an idea what’s wrong/not working on that spot.
Cheers
Clemens
- The topic ‘Wrong Date (Day -1)’ is closed to new replies.