Method: Date#lformat
- Defined in:
- lib/spiderfw/utils/monkey/date_time.rb
#lformat(format = :default, locale = nil, options = {}) ⇒ Object
20 21 22 23 |
# File 'lib/spiderfw/utils/monkey/date_time.rb', line 20 def lformat(format = :default, locale=nil, ={}) locale ||= Spider.locale Spider::I18n.localize(locale, self, format, ) end |