# File lib/mongo_mapper/extensions/date.rb, line 16
      def from_mongo(value)
        value.to_date if value
      end