Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 19, 2019 03:15
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 Whateverable/63f091ab04783fa6d76b2aa0c1436960 to your computer and use it in GitHub Desktop.
Save Whateverable/63f091ab04783fa6d76b2aa0c1436960 to your computer and use it in GitHub Desktop.
committable6
my $fmt = { sprintf "%04d%02d%02d", .year, .month, .day }; .say for (Date.new('2019-05-01', formatter => $fmt) .. Date.new('2019-05-31', formatter => $fmt));
¦«2016.01.1»:
2019-05-01
2019-05-02
2019-05-03
2019-05-04
2019-05-05
2019-05-06
2019-05-07
2019-05-08
2019-05-09
2019-05-10
2019-05-11
2019-05-12
2019-05-13
2019-05-14
2019-05-15
2019-05-16
2019-05-17
2019-05-18
2019-05-19
2019-05-20
2019-05-21
2019-05-22
2019-05-23
2019-05-24
2019-05-25
2019-05-26
2019-05-27
2019-05-28
2019-05-29
2019-05-30
2019-05-31
¦«2016.02,2016.03,2016.04,2016.05,2016.06,2016.07.1,2016.08.1,2016.09,
2016.10,2016.11,2016.12,2017.01,2017.02,2017.03,2017.04.3,2017.05,
2017.06,2017.07,2017.08,2017.09,2017.10,2017.11,2017.12,2018.01,
2018.02.1,2018.03,2018.04.1,2018.05,2018.06,2018.08,2018.09,2018.10»:
20190501
2019-05-02
2019-05-03
2019-05-04
2019-05-05
2019-05-06
2019-05-07
2019-05-08
2019-05-09
2019-05-10
2019-05-11
2019-05-12
2019-05-13
2019-05-14
2019-05-15
2019-05-16
2019-05-17
2019-05-18
2019-05-19
2019-05-20
2019-05-21
2019-05-22
2019-05-23
2019-05-24
2019-05-25
2019-05-26
2019-05-27
2019-05-28
2019-05-29
2019-05-30
2019-05-31
¦«2018.11,2018.12,2019.03.1,2019.07,HEAD(085ed2f)»:
20190501
20190502
20190503
20190504
20190505
20190506
20190507
20190508
20190509
20190510
20190511
20190512
20190513
20190514
20190515
20190516
20190517
20190518
20190519
20190520
20190521
20190522
20190523
20190524
20190525
20190526
20190527
20190528
2019-05-29
2019-05-30
2019-05-31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment