Method: LDML#format

Defined in:
lib/in_the_zone/ldml_format.rb

#format(date, pattern) ⇒ Object



7
8
9
# File 'lib/in_the_zone/ldml_format.rb', line 7

def format( date, pattern )
  return date.strftime( convert_to_strftime( pattern ) )
end