Home › Forums › ASE Support › Events date format › Reply To: Events date format
Keymaster
Yes, you can. Simply copy and paste this to the Code Snippets plugin:
add_filter("aesop_events_date_format", "my_date_format");
function my_date_format() {
return 'j F Y';
}
There’s more documentation here as well: https://aesopstoryengine.com/help/aesop-events.