ex_commons v0.1.3 ExCommons.DateHelper

Link to this section Summary

Functions

Converts an Elixir/Ecto date to common EU string format (dd/mm/yyyy). Uses string interpolation in order to support more date types

Converts an (dd/mm/yyyy) to an Elixir Date

Link to this section Functions

Link to this function date_to_text(date)

Converts an Elixir/Ecto date to common EU string format (dd/mm/yyyy). Uses string interpolation in order to support more date types.

Link to this function text_to_date(date)

Converts an (dd/mm/yyyy) to an Elixir Date