First Days

Occurs on the first day of every month.

Coming occurrences of this event:


The code for this page

{exp:weblog:entries weblog="events2" limit="1" show_future_entries="yes" show_expired="yes"}
<h1>{title}</h1>
{event_description}
<h2>Coming occurrences of this event:</h2>
<ul>{exp:repeet:list_dates from="00:00" to="5 years" entry_date="{entry_date format="%Y-%m-%d %H:%i"}" expiration_date="{expiration_date format="%Y-%m-%d %H:%i"}" max_list="25" interval="{event_repeat}"}
{repeet:include_dates}{event_dates}{/repeet:include_dates}
{repeet:exclude_dates}{exclude_dates}{/repeet:exclude_dates}
{repeet:display}<li>
<a href="http://lincolnite.com/ee/repeet_example2/{repeet:start_time format="%Y/%m/%d/"}" title="View other events happening on {repeet:start_time format="%F %j, %Y"}">
{repeet:start_time format="%l, %F %d, %Y %g:%i %A"}{repeet:end_time format=" - %g:%i %A"}
</a>
</li>{/repeet:display}
{/exp:repeet:list_dates}</ul>
{/exp:weblog:entries}