Title: Remove time from Event List
Last modified: July 9, 2019

---

# Remove time from Event List

 *  Resolved [rseone](https://wordpress.org/support/users/rseone/)
 * (@rseone)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-time-from-event-list/)
 * Hi, is there any way to remove the time (eg: @ 12:00 am) that comes after the
   date on event listings? I am using date_format=”custom” to display the start 
   date and end date, but just want the time removed.
 * Thanks in advance : )

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Support [Jyoti Bhandari](https://wordpress.org/support/users/jyoti197/)
 * (@jyoti197)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-time-from-event-list/#post-11713018)
 * Hi [@rseone](https://wordpress.org/support/users/rseone/),
 * Please add the following code snippet at the bottom of your active theme’s functions.
   php file
 * function ect_remove_time_list_view( $settings ) {
 * $settings[ ‘time’ ] = false;
    return $settings; } add_filter( ‘tribe_events_event_schedule_details_formatting’,‘
   ect_remove_time_list_view’ ); PLease let us know if you are still facing any 
   issue. Thanks
 *  Thread Starter [rseone](https://wordpress.org/support/users/rseone/)
 * (@rseone)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-time-from-event-list/#post-11713048)
 * Wow – thanks so much for the fast response, works great!
 * One more thing: using “custom” for the date_format, it strips the previous html
   wrapped around the day and month etc to help with styling. Can you please point
   me in the direction where I can add this back in? Preferably in my child theme
   or functions (if possible).
 * Many thanks!
 *  Plugin Support [Jyoti Bhandari](https://wordpress.org/support/users/jyoti197/)
 * (@jyoti197)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-time-from-event-list/#post-11713100)
 * Hi, [@rseone](https://wordpress.org/support/users/rseone/),
 * Please share a website link so we will check the issue.
 * Thanks
 *  Thread Starter [rseone](https://wordpress.org/support/users/rseone/)
 * (@rseone)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-time-from-event-list/#post-11713167)
 * Apologies, it is a site under development with site restrictions.
    Here is a 
   link to view what I am referring too below. You’ll see when in “custom” the spans
   wrapping the day, month and year elements are removed compared to the “full” 
   date_format below it.
 * [http://eone-dev.com/test/](http://eone-dev.com/test/)
 * Thanks
 *  Plugin Support [Jyoti Bhandari](https://wordpress.org/support/users/jyoti197/)
 * (@jyoti197)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-time-from-event-list/#post-11713332)
 * Hi [@rseone](https://wordpress.org/support/users/rseone/),
 * Thanks for sharing the website link.
    Custom date_format is coming from the events
   calendar( By Modern Tribe) so we can’t coustomize anything in custom date format.
 * Thanks
 *  Thread Starter [rseone](https://wordpress.org/support/users/rseone/)
 * (@rseone)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-time-from-event-list/#post-11716179)
 * Ok no problem, thanks for your response : )

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Remove time from Event List’ is closed to new replies.

 * ![](https://ps.w.org/template-events-calendar/assets/icon-256x256.gif?rev=3346193)
 * [Events Shortcodes For The Events Calendar](https://wordpress.org/plugins/template-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/template-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/template-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/template-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/template-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/template-events-calendar/reviews/)

## Tags

 * [hide](https://wordpress.org/support/topic-tag/hide/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)
 * [time](https://wordpress.org/support/topic-tag/time/)

 * 6 replies
 * 2 participants
 * Last reply from: [rseone](https://wordpress.org/support/users/rseone/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/remove-time-from-event-list/#post-11716179)
 * Status: resolved