View Source Arke.Utils.DatetimeHandler (Arke v0.3.8)

Link to this section Summary

Link to this section Functions

Link to this function

after?(first_date, second_date)

View Source
Link to this function

before?(first_date, second_date)

View Source
Link to this function

format(value, format \\ "{ISO:Extended}")

View Source
Link to this function

format!(value, format \\ "{ISO:Extended}")

View Source
Link to this function

from_unix(s, unit \\ :second)

View Source
Link to this function

parse_date(value, only_value \\ false)

View Source
Link to this function

parse_datetime(value, only_value \\ false)

View Source
Link to this function

parse_time(value, only_value \\ false)

View Source
Link to this function

shift_datetime(datetime, opts)

View Source