class DateFormats::RsssfDateParser
Constants
- EN__MONTH_DD__DATE_RE
e.g.
[Jun 7] or [Aug 12] etc. - not MUST include brackets e.g. [] check add \b at the beginning and end - why?? why not?? working??
- MONTH_EN
- MONTH_NAMES
Public Class Methods
new()
click to toggle source
Calls superclass method
DateFormats::DateParser::new
# File lib/date-formats/parser.rb, line 243 def initialize super( lang: 'en', formats: [[EN__MONTH_DD__DATE_RE, '[EN_MONTH_DD]']], month_names: MONTH_NAMES ) end