Support

Account

Home Forums General Issues Date event Colour – date_picker

Solved

Date event Colour – date_picker

  • Hello, how can we put a color for each element of a date.
    example:
    Wednesday = blue
    14 = yellow
    January = red
    2014 = brown

    code:
    $dateformatstring = “l d F, Y”;
    $unixtimestamp = strtotime(get_field(‘date_478’));
    echo date_i18n($dateformatstring, $unixtimestamp);

    Merci beaucoup pour vos réponses
    Thank you very much for your answers

  • Can you tell us how you solved this?

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Date event Colour – date_picker’ is closed to new replies.