Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $start = strtotime($event->EventStartDate);
- $end = strtotime($event->EventEndDate);
- $day = date('d', $start);
- $month = date_i18n('F', $start);
- $stime = date(get_option('time_format'), $start);
- $etime = date(get_option('time_format'), $end);
- ?>
- <div class="when-where">
- <div><?php echo $stime ?> — <?php echo $etime ?></div>
- <div>@ <?php tribe_get_venue_link($event->ID, true) ?></div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment