summaryrefslogtreecommitdiff
path: root/date.go
Commit message (Collapse)AuthorAge
* Restore date 32bit compatibility, be more verboseMārtiņš2018-06-26
| | | | | Do not use large int64 constants that are not available in GOARCH=386 Fix #239
* Ability to parse dates further in futureMārtiņš2018-06-20
| | | | Golangs time.Duration uses nanoseconds, thus it is limited to approximately 290 years.
* - Formatted cell data support, fix issue #48;Ri Xu2017-05-05
- Function `SetCellValue()` support `time.Time` data type parameter, relate issue #49; - go doc and go test updated