Created
May 26, 2011 16:44
-
-
Save CVertex/993494 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Time | |
def to_js # to javascript, ie: "2007-06-09T14:23:11+0000", usage: new Date("<%= Time.now.to_js %>") | |
self.strftime("%Y-%m-%dT%H:%M:%S") | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment