DarkMatter.Dates.to_string
You're seeing just the function
to_string
, go back to DarkMatter.Dates module for more information.
Specs
to_string(stringable()) :: nil | String.t()
Transform a stringable/0
into a string.
Raises ArgumentError
if a given binary isn't a valid Date
.