Skip to content

Instantly share code, notes, and snippets.

@priscillamc
Last active November 20, 2015 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save priscillamc/91e4fab9d1dd3393df3c to your computer and use it in GitHub Desktop.
Save priscillamc/91e4fab9d1dd3393df3c to your computer and use it in GitHub Desktop.
<!-- Simple Calendar 3.0.4 - UF Template -->
<div class="event item">
<div class="eventdate event-date">
<div class="month">[start-date format="M"]</div>
<div class="day">[start-date format="j"]</div>
</div>
<div class="eventtitle">
<h4>[link][title][/link]</h4>
[if-whole-day]<div class="time">All Day</div>[/if-whole-day]
[if-not-whole-day]<div class="time">[start-date format="g:i A"] - [end-date format="g:i A"]</div>[/if-not-whole-day]
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment