Kalecto.Time

Kalends Time for Ecto

Summary

blank?(value)

Times are blank when given as strings and the string is blank

cast(t)

Casts to time

dump(time)

Converts an Ecto.Time into a time triplet

load(arg1)

Converts a time triplet into an Ecto.Time

type()

The Ecto primitive type

Functions

blank?(value)

Times are blank when given as strings and the string is blank.

cast(t)

Casts to time.

dump(time)

Converts an Ecto.Time into a time triplet.

load(arg1)

Converts a time triplet into an Ecto.Time.

type()

The Ecto primitive type.