``` ruby class User attribute :created_at, formatter: :date_to_timestamp def date_to_timestamp(date) # your formatting here end end ```