How do I change the time format?
-
My site is https://www.red94.net
I want it to be in this format:
14 APR 2010 08:31 PM
rather than its current format. I also do not want it to appear bold the way it does on the site.
this is the code i currently have in index.php:
<div class=”date”><span><?php the_time(__ (‘F j, Y g:i A’, ‘vigilance’)) ?></div>
what should i change to remove the bolding and change the format?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How do I change the time format?’ is closed to new replies.