Method: Sequel::DateParseInputHandler#string_to_datetime
- Defined in:
- lib/sequel/extensions/date_parse_input_handler.rb
permalink #string_to_datetime(string) ⇒ Object
Call date parse input handler with input string.
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 |