Change Date Format

Posted in: Newspaper
Post count: 4

Hi,

How do I change the date format to: Day, Date, Month, Year? (ie: Friday 2 June 2017)

Thanks

Post count: 22421

Hello,

This is changed from the WordPress settings like so: https://codex.wordpress.org/Formatting_Date_and_Time
https://www.screencast.com/t/woe1K8qt0Bx

Thank you!

Post count: 4

Hi,

I have the settings correct in WordPress, but the newspaper date at the top of the homepage does not show the format that WordPress is set to.

Post count: 11

I have the same issue with displaying the time on my posts. In wordpress settings are : F j, Y g:i:s a but in my posts I get the janvier 11, 2017 not the time.

I even tried to play with the php code in changing <?php echo $td_mod_single->get_date(false);?> to <?php echo $td_mod_single->get_date(true);?> or adding F j, Y g:i a as arguments: but nothing works.

URL : Guineenews

Thanks,

Ka Sangoyah

  • This reply was modified 9 years by ksangoyah. Reason: addding more information
Post count: 22421

Hello,

Our theme only grabs the date from the wordpress settings, but not the time. There is a trick you can make to add the time along with the date though.
You can add the time in the custom date setting like so: F j, Y, g:i A : http://screencast.com/t/vkDY3VK2o and now you will have something like this: http://screencast.com/t/xbt8qgRy7k6s

Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.