aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/date.scala
Commit message (Expand)AuthorAgeFilesLines
* Move core types into core-types projectJakob Odersky2018-10-091-109/+0
* Add enumeratum support to JSON format and generators (#144)v1.8.12Sergey Nastich2018-04-031-7/+10
* Add DayOfWeek typeZach Smith2018-03-061-0/+16
* Add documentation with todo for decoupling ISO 8601Stewart Stewart2017-03-171-0/+5
* fix error messageStewart Stewart2017-03-171-1/+1
* add Year and Day type tagsStewart Stewart2017-03-161-2/+13
* add Day, Month, and Year extractorsStewart Stewart2017-03-161-3/+27
* tag int as month via apply methodStewart Stewart2017-03-151-14/+17
* make tagMonth publicStewart Stewart2017-03-151-1/+1
* Add november to date package MonthZach Smith2017-02-231-0/+1
* Add the companion ordering object for DateHao Huang2017-02-101-0/+10
* add Date#toString and Date.fromStringStewart Stewart2016-12-221-1/+12
* fix Time#toDate and sqlDateToDateStewart Stewart2016-12-201-7/+0
* scalafmtStewart Stewart2016-12-191-5/+1
* move java date helpers out of date.DateStewart Stewart2016-12-191-16/+10
* serialize date to json as object with three fieldsStewart Stewart2016-12-191-7/+1
* add json format for date (ISO)Stewart Stewart2016-12-171-1/+6
* use core.tagging for monthsStewart Stewart2016-12-171-5/+3
* add database-date integrationStewart Stewart2016-12-171-0/+8
* add date providing simple Date case classStewart Stewart2016-12-171-0/+37