Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Return a different date format in content › Reply To: Return a different date format in content
May 15, 2018 at 10:40 am
#17865
Keymaster
Hi!
The only possible solution there is to use a custom code to fetch the date, and then transform it to the desired format. Instead of the advanced field, I have constructed a custom code that may help.
Add this custom code to the functions.php in your theme/child theme directory (copy from line 3 only!). Before editing, please make sure to have a full site back-up just in case!
That should do the trick.