Module: CckForms::DateTime

Extended by:
ActiveSupport::Concern
Includes:
DateTimeParser
Included in:
ParameterTypeClass::Date, ParameterTypeClass::DateTime, ParameterTypeClass::Time
Defined in:
lib/cck_forms/date_time.rb

Overview

Utility module grouping all date & time related methods

Defined Under Namespace

Modules: ClassMethods, DateTimeParser

Instance Method Summary collapse

Methods included from DateTimeParser

#date_object_from_what_stored_in_database

Instance Method Details

#mongoizeObject



60
61
62
# File 'lib/cck_forms/date_time.rb', line 60

def mongoize
  date_object_from_what_stored_in_database(value) rescue nil
end