Method: Sequel::DateParseInputHandler#string_to_datetime

Defined in:
lib/sequel/extensions/date_parse_input_handler.rb

#string_to_datetime(string) ⇒ Object

Call date parse input handler with input string.

[View source]

44
45
46
# File 'lib/sequel/extensions/date_parse_input_handler.rb', line 44

def string_to_datetime(string)
  super(handle_date_parse_input(string))
end