• Resolved fransjansen

    (@fransjansen)


    On my matches and predictions page the date of the matches is as follows: jun 11, 2021.
    In my general settings the language is set to Dutch and the date format is set to j F Y.
    So I would have expected the date to be 11 juni 2011

    How can I change the date format in the football pool related pages?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author AntoineH

    (@antoineh)

    Hi Frans,

    I have 2 constants for this:

    FOOTBALLPOOL_MATCH_DATE_FORMAT and FOOTBALLPOOL_MATCH_DAY_FORMAT. Both can be overridden in the wp-config if you want to change the formats.

    So for you that would be:
    define( 'FOOTBALLPOOL_MATCH_DATE_FORMAT', 'j F Y' );

    I’m not sure if the month will be translated. Hope I did use the localized functions ??

    Thread Starter fransjansen

    (@fransjansen)

    Thanks again.

    Hi @antoineh

    Ik heb de regel toegevoegd aan de wp-config, maar er verandert niets. Enig idee?

    define( ‘FOOTBALLPOOL_MATCH_DATE_FORMAT’, ‘j F Y’ );

    Ik heb nog wat andere vragen, maar zal eerst even het forum doorspitten.

    Grz, Sezer

    Plugin Author AntoineH

    (@antoineh)

    Ik heb de regel toegevoegd aan de wp-config, maar er verandert niets. Enig idee?

    Enige wat ik me kan voorstellen, is

    • een cache (plugin) die nog oude waarden toont, of
    • een (oude) extension plugin die de template overschrijft met een waarde die geen gebruik maakt van deze constante.

    Ik ga er dan vanuit dat je gewoon de laatste versie van de plugin gebruikt (v2.9.5).

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