Skip to content

Instantly share code, notes, and snippets.

@kdabir
Last active May 3, 2016 11:04
Show Gist options
  • Save kdabir/0bc4e67004efb6f48bb02d9897dae85f to your computer and use it in GitHub Desktop.
Save kdabir/0bc4e67004efb6f48bb02d9897dae85f to your computer and use it in GitHub Desktop.
import java.time.LocalDate
(1..100).collect {LocalDate.ofYearDay(2016, it)}.groupBy {it.month}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment