Module
ActiveSupport::CoreExtensions::String::Conversions
In:
lib/active_support/core_ext/string/conversions.rb
Converting strings to other objects
Methods
to_date
to_time
Public Instance methods
to_date
()
to_time
(form = :utc)
Form can be either :utc (default) or :local.
[Validate]