Title: Adding MMMM-DD Date Format
Last modified: May 11, 2017

---

# Adding MMMM-DD Date Format

 *  [jasonbongreen](https://wordpress.org/support/users/jasonbongreen/)
 * (@jasonbongreen)
 * [9 years ago](https://wordpress.org/support/topic/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.

 * ![](https://s.w.org/plugins/geopattern-icon/dt-world-clock.svg)
 * [DT World Clock](https://wordpress.org/plugins/dt-world-clock/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dt-world-clock/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dt-world-clock/)
 * [Active Topics](https://wordpress.org/support/plugin/dt-world-clock/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dt-world-clock/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dt-world-clock/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [jasonbongreen](https://wordpress.org/support/users/jasonbongreen/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/adding-mmmm-dd-date-format/)
 * Status: not resolved