The date is formatted by WordPress so there isn’t a straightforward way to separate the month and day out.
You could use the php explode function to separate the date string out, for example, I am using the date format April 17, 2013 so I would explode the string based on the comma.
this would give an array with April 17 and 2013 as separate items which can then be echoed out and modified accordingly.
Your set up may be different, but hopefully thats a starting point for you. If you are not sure about PHP then I would suggest looking at our Pros page where you can hire a developer.
Viewing 1 reply thread
The support post ‘Styling Latest Events Widget Dates, Editing HTML Markup’ 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.