I was working on this a couple of months ago, and I got great help from Dean. (Here is the topic)
Now I’m trying to have Event Espresso drop include the date format into the URL request to Time and Date’s website.
I need to get the event date in the following format:
YYYYMMDD
Example: 20131113 for Nov 13, 2013
And I need to get the start time in the following format:
HHMM
Example: 1730 for 5:30 PM
Can I pass a parameter to the event_date_display($start_date, get_option(‘date_format’)); function to get the information I need so I can get a dynamic date from Time and Date’s website?
The URL where I’d drop it is similar to the following:
I want to replace the iso variable with iso=<?php –whatever function to get the date in the correct format — ?>T<?php –whatever function to get the start time in the correct format — >?
The other variables tell Time and Date what time zone I’m already in.
The support post ‘Using Time and Date website for Webinars’ 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.