AltCampus/datex

How can I translate the text in "compare"?

Opened this issue · 1 comments

How can I translate the text in "compare"?

Can you explain your question with an example ?

I think you can use format_date or format_time method to translate it into your desired format from the given specifications.

 iex()> Datex.Date.format_date("10 feb, 2017", "MONTH_NAME_FULL DATE YYYY")
"February 10, 2017"