Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter wiitigoo

    (@wiitigoo)

    resolved. By changing the language back to English. No idea why though…

    Thread Starter wiitigoo

    (@wiitigoo)

    Ok, I’m a bit further. turns out only the last 3 posts are only having the wrong date and any new ones I create. Before this I made a change to the timezone in wordpress and changed it back. So I guess that has something to do with it? They d do all have the correct date and time in the backend, only the four most recent posts (all posted in August) have thursday january 1st 1970 0:00 as date and time in the frontend…

    Even changing a post to July 31st 23:00 goes fine, but if the month is August it goes wrong…

    • This reply was modified 6 years, 6 months ago by wiitigoo.
    • This reply was modified 6 years, 6 months ago by wiitigoo.
    Thread Starter wiitigoo

    (@wiitigoo)

    Hi Otto,

    No problem at all to post something, but what would you like to see? I am not a programmer so I need a little help to help you get the right code ??

    Thread Starter wiitigoo

    (@wiitigoo)

    Ok, thank you.

    found this:

    /**
    * Parse date into Dutch date string
    */
    function kw_the_date_nl($date, $time = null, $ucf = true) { echo kw_get_the_date_nl($date, $time, $ucf); }
    function kw_get_the_date_nl($date, $time = null, $ucf = true) {
    setlocale(LC_ALL, ‘nl_NL.UTF-8’);
    $format = ‘%A %e %B %Y’;
    if (isset($time) && !empty($time)) {
    $format .= ‘ om %H:%M’;
    $date .= ‘ ‘ . $time;
    }
    $t = strftime( $format, strtotime( $date ) );
    return $ucf ? ucfirst($t) : $t;
    }

    • This reply was modified 6 years, 6 months ago by wiitigoo.
    • This reply was modified 6 years, 6 months ago by wiitigoo.
    Thread Starter wiitigoo

    (@wiitigoo)

    Thanks for you quick reply. When I publish this I get this:

    total_items: 11

    game_id: microgaming-mega-moolah

    game_id: yggdrasil-empire-fortune

    game_id: yggdrasil-joker-millions

    game_id: netent-hall-of-gods

    game_id: microgaming-major-millions

    game_id: netent-mega-fortune

    game_id: netent-super-lucky-frog

    game_id: microgaming-lotsaloot-5-reel

    game_id: netent-caribbean-stud

    game_id: netent-cosmic-fortune

    game_id: microgaming-wowpot

Viewing 5 replies - 1 through 5 (of 5 total)