| commit | 64838f05a53d21730acc03c9dff6b8937aa73d37 | [log] [tgz] |
|---|---|---|
| author | Chris Bracken <chris@bracken.jp> | Wed Nov 01 13:54:54 2017 -0700 |
| committer | GitHub <noreply@github.com> | Wed Nov 01 13:54:54 2017 -0700 |
| tree | a44b34f66e56895eeafa6e0a19b3874da64ea733 | |
| parent | 58bf42a194adc7ed10f255085c7969a7f016e4ec [diff] |
Add isLeapYear, daysInMonth, clampDayOfMonth (dart-lang/clock#381) This change extracts these functions to a new file, util.dart, applies a bit of minor renaming and cleanup and makes them public.