Skip to content

Instantly share code, notes, and snippets.

@dchelimsky
Created June 18, 2014 01:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dchelimsky/3f9a5b30fe29f20cdf92 to your computer and use it in GitHub Desktop.
Save dchelimsky/3f9a5b30fe29f20cdf92 to your computer and use it in GitHub Desktop.
strftime for Time and DateTime
DateTime.new(2014,1,2,3,4,5.678).strftime("%L")
# => "678"
Time.new(2014,1,2,3,4,5.678).strftime("%L")
# => "677"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment