Title: Date format
Last modified: August 22, 2016

---

# Date format

 *  Resolved [esquipulas](https://wordpress.org/support/users/esquipulas/)
 * (@esquipulas)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/date-format-55/)
 * Hi. Great plug-in. Is there any way to post events with only year and month instead
   of day, month and year ? Have to add some events which are on a period and not
   only on a specific day.
 * Thanks by advance for support.
 * Regards.
 * [https://wordpress.org/plugins/timeline-express/](https://wordpress.org/plugins/timeline-express/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/date-format-55/#post-5882213)
 * Hi,
 * Yes you can easily adjust the format of the date using the provided `timeline_express_custom_date_format`
   filter. [see ‘[other notes](https://wordpress.org/plugins/timeline-express/other_notes/)‘
   section for usage]
 * Provided Example:
 *     ```
       function custom_te_date_format( $date_format ) {
           $date_format = "M d , Y"; // will print the date as Nov 19 , 2014
           return $date_format;
       }
       add_filter( 'timeline_express_custom_date_format' , 'custom_te_date_format' , 10 );
       ```
   
 * Thanks,
    Evan

Viewing 1 replies (of 1 total)

The topic ‘Date format’ is closed to new replies.

 * ![](https://ps.w.org/timeline-express/assets/icon-256x256.png?rev=1007462)
 * [Timeline Express](https://wordpress.org/plugins/timeline-express/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/timeline-express/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/timeline-express/)
 * [Active Topics](https://wordpress.org/support/plugin/timeline-express/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/timeline-express/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/timeline-express/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/date-format-55/#post-5882213)
 * Status: resolved