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