thx.core icon indicating copy to clipboard operation
thx.core copied to clipboard

runtime date/datetime type of ISO 8601

Open fponticelli opened this issue 8 years ago • 0 comments

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 around ISO8601Impl to add features like to string, type conversion and parsing

fponticelli avatar Jun 08 '16 16:06 fponticelli