convert Unix timestamp to date


/ Published in: Ruby
Save to your folder(s)



Copy this code and paste it in your HTML
  1. t = Time.at(1215163257)
  2. puts t.to_date
  3. >> 2008-07-04

Report this snippet


Comments


You need to login to view comments.