• Hi,

    There are some encoding problems on the dates, need to add utf8_encode to strftime function call.

    $rssnews .= utf8_encode(strftime(“Le %d %B %Y”, $dateTime->getTimestamp())).'<br/>‘.$text.’<br/><br/>’;

    Thanks,
    Cédric

  • The topic ‘Encoding problems on date’ is closed to new replies.