Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 19, 2019 03:17
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/12f7d0e6da87801ebf695095ac7e4bcc to your computer and use it in GitHub Desktop.
Save Whateverable/12f7d0e6da87801ebf695095ac7e4bcc to your computer and use it in GitHub Desktop.
committable6
2018.10,a11d599f4b8^,a11d599f4b8,2018.11 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));
¦«2018.10,a11d599f4b8^»:
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
¦«a11d599,2018.11»:
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