Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Chris

    (@moargh)

    Got it:

    In network-latest-posts change this line

    $datepost = $dateobj->format("$format");

    to

    $datepost = date_i18n($format, strtotime(trim( $field->post_date) ) );

    Plugin Author Jose Luis SAYAGO

    (@iluminatus)

    Hello Chris, yes, that change has been implemented since the latest version. Please update to the newest version, that will solve the problem.

    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Date language’ is closed to new replies.