Skip to content

Instantly share code, notes, and snippets.

@jamesmichiemo
Created February 16, 2016 15:53
Show Gist options
  • Select an option

  • Save jamesmichiemo/3ac7830de11e9295acaf to your computer and use it in GitHub Desktop.

Select an option

Save jamesmichiemo/3ac7830de11e9295acaf to your computer and use it in GitHub Desktop.
Ordinal date format
require 'Date'
puts DateTime.now.strftime("%Y-%j")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment