module CckForms::DateTime

Utility module grouping all date & time related methods

Public Instance Methods

mongoize() click to toggle source
# File lib/cck_forms/date_time.rb, line 60
def mongoize
  date_object_from_what_stored_in_database(value) rescue nil
end