Skip to content

Instantly share code, notes, and snippets.

@mikesorae
Last active December 30, 2015 08:08
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 mikesorae/7800208 to your computer and use it in GitHub Desktop.
Save mikesorae/7800208 to your computer and use it in GitHub Desktop.
調整さん日付出力用rubyスクリプト
# echoで指定した日付の範囲内で一覧を出力
echo 12/10 20:00..12/25 20:00 | ruby -r date -lne '$_.split("..").tap{|r| break DateTime.parse(r.first)..DateTime.parse(r.last)}.each{|d| puts d.strftime("%m/%d(%a) %H:%M~")}'
@mikesorae
Copy link
Author

曜日のlocaleとstep変えられるようにしたい

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment