thx.core
thx.core copied to clipboard
runtime date/datetime type of ISO 8601
This requires:
- [x] a type for
LocalYearMonth
2016-06
- [ ] a type for
LocalWeek
2016-W23
- [ ] a type for
LocalWeekNumber
2016-W23-3
- [ ] a type for
LocalOrdinalDate
2016-099
- [x] a type for
LocalMonthDay
--12-31
- [ ] an enum
ISO8601Impl
with a constructor for each possible case - [ ] an abstract
ISO8601
aroundISO8601Impl
to add features like to string, type conversion and parsing