• Hi,

    How could I change the way the date is displayed please.

    Either dd/mm/yyyy or dd MONTH NAME yyyy or just dd MONTH NAME

    Could this be an option on the settings page please?

    Thanks, dan.

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

Viewing 1 replies (of 1 total)
  • Plugin Author kimipooh

    (@kimipooh)

    Thanks for your interest in my plugin!

    Use the shortcut option “date_format”.
    For “date_format”, you can use the https://www.php.net/manual/en/datetime.format.php symbol.

    ex 1. dd/mm/yyyy (20/04/2021)
    [gc_list_view date_format="d/m/Y"]
    
    ex 2. dd Month NAME yyyy (20 April 2021)
    [gc_list_view date_format="d F Y"]
    
    Ex 3. dd MONTH NAME (20 April)
    [gc_list_view date_format="d F"]
Viewing 1 replies (of 1 total)
  • The topic ‘Date Display’ is closed to new replies.