/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// Displays date in following format - March 4, 2011 <?php the_time('F j, Y'); ?>