Method: Date.edtf!

Defined in:
lib/edtf/date.rb

.edtf!(input, options = {}) ⇒ Object



29
30
31
# File 'lib/edtf/date.rb', line 29

def edtf!(input, options = {})
  ::EDTF::Parser.new(options).parse!(input)
end