Function get_the_dates
Returns the HTML string of the given event's date range. If no post reference is given, the current post will be used
Package: event-post
Example::
Located at inc/wrappers.php
Example::
<div class="event_date" data-start="april 6 2017 12am" data-end="april 6 2017 1pm"> <time itemprop="dtstart" datetime="2017-04-06T12:08:00+00:00"> <span class="date date-single">april 6 2017, 8am</span> <span class="linking_word linking_word-from">from</span> <span class="time time-start">12h am</span> <span class="linking_word linking_word-to">to</span> <span class="time time-end">1h am</span> </time> </div>
Located at inc/wrappers.php
mixte |
$_post = null |
$post |
string
|
string |