Timex.Parse.DateTime.Tokenizers.Default (timex v3.7.13)
View SourceImplements the parser for the default DateTime format strings.
Summary
Functions
Applies a given token + value to the DateTime represented by the current input string.
Tokenizes the given format string and returns an error or a list of directives.
Functions
@spec apply(DateTime.t(), atom(), term()) :: DateTime.t() | {:error, term()} | :unrecognized
Applies a given token + value to the DateTime represented by the current input string.
@spec tokenize(String.t()) :: {:ok, [Timex.Parse.DateTime.Tokenizers.Directive.t()]} | {:error, term()}
Tokenizes the given format string and returns an error or a list of directives.