You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My current solution is to change it to {Date.to_erl(date), {0, 0, 0}} with the option yyyymmdd: true but I would like to not have to pass in the tuple.
The text was updated successfully, but these errors were encountered:
I want to be able to add a Date
~D[2020-02-27]
My current solution is to change it to
{Date.to_erl(date), {0, 0, 0}}
with the optionyyyymmdd: true
but I would like to not have to pass in the tuple.The text was updated successfully, but these errors were encountered: