Yes this is possible with the following code that you can add to a functions file:
function ee_new_dtt_formats( $formats ) {
return array(
'date' => 'm-d-Y',
'time' => 'g:i a'
);
}
add_filter( 'FHEE__espresso_events_Pricing_Hooks___set_hooks_properties__date_format_strings', 'ee_new_dtt_formats' );
You can add the above to a functions plugin or into your WordPress theme’s functions.php file.
Viewing 1 reply thread
The support post ‘Change how datetime is displayed on edit event backend page’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.