Created
September 4, 2013 18:44
-
-
Save chadsten/6441074 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="date-time-wrapper time"> | |
| <span class="date-time time from"><?= $start_time; ?></span> | |
| <?php if (isset($end_time) && $start_date != $end_date && $start_time != $end_time) { ?><span class="separator"> - </span><span class="date-time time to"><?= $end_time; ?></span> <?php } ?> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment