Skip to content

Instantly share code, notes, and snippets.

@HassenIO
Created July 13, 2013 05:36
Show Gist options
  • Save HassenIO/5989547 to your computer and use it in GitHub Desktop.
Save HassenIO/5989547 to your computer and use it in GitHub Desktop.
Ruby: Get current date with d/m/Y format
Time.now.strftime("%d/%m/%Y")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment