class Date

Constants

FLAT_FORMAT

strftime() format to flatten a date

Public Instance Methods

to_flat() click to toggle source

Flatten

# File lib/gorillib/datetime/to_flat.rb, line 18
def to_flat
  strftime(FLAT_FORMAT)
end