Module: FatDate::DateTime
- Included in:
- DateTime
- Defined in:
- lib/fat_date/date_time.rb
Instance Method Summary collapse
-
#iso ⇒ String
Format as an ISO string of the form
YYYY-MM-DD.
Instance Method Details
#iso ⇒ String
Format as an ISO string of the form YYYY-MM-DD.
7 8 9 |
# File 'lib/fat_date/date_time.rb', line 7 def iso strftime('%Y-%m-%dT%H:%M:%S.%3N%:%z') end |