Class: DateAsString::Formats::Format3

Inherits:
Object
  • Object
show all
Defined in:
lib/date_as_string/formats.rb

Overview

mmddyyyy

Class Method Summary collapse

Class Method Details

.strftime(value) ⇒ Object



36
37
38
# File 'lib/date_as_string/formats.rb', line 36

def self.strftime(value)
  value.strftime('%m%d%Y')
end