Current section
Files
Jump to
Current section
Files
phoenix_calendar
README.md
README.md
PhoenixCalendar
===============
Integrates Phoenix with [Calendar](https://github.com/lau/calendar).
Implements protocols for displaying Calendar
structs such as Date, Time, DateTime, NaiveDateTime
with Phoenix HTML.
```elixir
defp deps do
[
{:phoenix_calendar, "~> 0.1.1"},
]
end
```