Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Issue with result group by meta key › Reply To: Issue with result group by meta key
April 25, 2019 at 12:50 pm
#22312
Keymaster
Hi,
By default that follows the wordpress date formatting, however it is possible to specify a custom date format as well. It is still an experimental feature, but it might work. Try changing the advanced description field, by adding the date_format argument, like so:
<p class="event-date">{_event_start_date date_format="d/m/Y"} - {_event_end_date date_format="d/m/Y"} - {_event_start_time date_format="g:i a"} - {_event_end_time date_format="g:i a"}</p>
<p class="event-desc">{descriptionfield}</p>
I have taken this from the events calendar configuration, so I think this should be correct.