Module: Kernel

Defined in:
lib/phpf.rb

Instance Method Summary collapse

Instance Method Details

#date(format_string, time = Time.now) ⇒ Object



14
15
16
# File 'lib/phpf.rb', line 14

def date(format_string, time = Time.now)
  Time.at(time.to_i).phpf(format_string)
end