Skip to content

Instantly share code, notes, and snippets.

@CVertex
Created May 26, 2011 16:44
Show Gist options
  • Save CVertex/993494 to your computer and use it in GitHub Desktop.
Save CVertex/993494 to your computer and use it in GitHub Desktop.
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