Ecto.Date

An Ecto type for dates.

Source

Summary

from_erl(arg1)

Converts a date triplet into an Ecto.Date

local()

Returns an Ecto.Date in local time

to_erl(date)

Converts an Ecto.Date into a date triplet

utc()

Returns an Ecto.Date in UTC

Functions

from_erl(arg1)

Converts a date triplet into an Ecto.Date.

Source
local()

Returns an Ecto.Date in local time.

Source
to_erl(date)

Converts an Ecto.Date into a date triplet.

Source
utc()

Returns an Ecto.Date in UTC.

Source