Adding MMMM-DD Date Format
-
This is a great plugin. I’m using it to add the time and date to a digital bulletin board system I created. However we didn’t want the year to display. So today for instance it displays Thursday, May 11, but no 2017.
To accomplish this I added “MMMM-DD”=>”July-11” to line 51 in dt-world-clock.php to read:
$date_formats=array(“YYYY-MM-DD”=>”YYYY-MM-DD”,”DD-MM-YYYY”=>”DD-MM-YYYY”,”MM-DD-YYYY”=>”MM-DD-YYYY”,”MMM-DD-YYYY”=>”Jul-11-2002″,”DD-MMM-YYYY”=>”11-Jul-2002″,”MMMM-DD-YYYY”=>”July-11-2002″,”DD-MMMM-YYYY”=>”11-July-2002″,”MMMM-DD”=>”July-11″);
What are the chances of adding this change into the plugin permanently? Or offering a display year selector?
Thanks!
- The topic ‘Adding MMMM-DD Date Format’ is closed to new replies.