DateTimeParser.parse_date-exclamation-mark
You're seeing just the function
parse_date-exclamation-mark
, go back to DateTimeParser module for more information.
Specs
parse_date!(String.t() | nil, parse_datetime_options()) :: Date.t() | no_return()
Parse a %Date{}
from a string. Raises a DateTimeParser.ParseError
when parsing fails.
Accepts options parse_date_options/0
.