Calecto.NaiveDateTime

Calendar NaiveDateTime for Ecto

Summary

blank?(value)

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

cast(ndt)

Casts to datetime

dump(dt)

Converts to erlang style tuples

load(arg1)

Converts erlang style tuples to Calendar.NaiveDateTime

type()

The Ecto primitive type

Functions

blank?(value)

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

cast(ndt)

Casts to datetime.

dump(dt)

Converts to erlang style tuples

load(arg1)

Converts erlang style tuples to Calendar.NaiveDateTime

type()

The Ecto primitive type.