class Minion::ParseDate::Format::UsMil

Defined in:

minion/parse_date/format/usmil.cr

Constant Summary

FORMATS = ["%d %b %Y", "%d %B %Y", "%d%b%Y", "%d%B%Y", "%d %H%M %b %Y", "%d %H%M %B %Y", "%d%H%M%b%Y", "%d%H%M%B%Y", "%d %H%M%S %b %Y", "%d %H%M%S %B %Y", "%d%H%M%S%b%Y", "%d%H%M%S%B%Y"]

TODO Add proper time zone support.

Class Method Summary

Class Method Detail

def self.parse(string, location : Time::Location | Nil = Time::Location::UTC) : Time | Nil #

[View source]