Packages
Localized month- and week-based calendars and calendar functions based upon CLDR data via Localize.
Current section
Files
Jump to
Current section
Files
priv/template/month.eex
<table class=<%= inspect class%><%= if id, do: "id=#{inspect id}", else: "" %>>
<caption><%= caption %></caption
<th>
<%= day_names %>
</th>
<%= weeks %>
</table>