Module: ViewData::PG::Controls::Date
- Defined in:
- lib/view_data/pg/controls/date.rb
Defined Under Namespace
Modules: Raw
Class Method Summary collapse
Class Method Details
.example(date = nil) ⇒ Object
5 6 7 8 9 |
# File 'lib/view_data/pg/controls/date.rb', line 5 def self.example(date=nil) date ||= Raw.example date.iso8601 end |