module ViewData::PG::Controls::Date::Raw

Public Class Methods

example() click to toggle source
# File lib/view_data/pg/controls/date.rb, line 12
def self.example
  ::Date.new(2000, 1, 1)
end