/ Published in: Ruby
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
class Time def to_js # to javascript, ie: "2007-06-09T14:23:11", usage: new Date("<%= Time.now.to_js %>") self.strftime("%Y-%m-%dT%H:%M:%S") end end
URL: http://blog.hulihanapplications.com/browse/view/58-ruby-time-to-javascript