summaryrefslogtreecommitdiff
path: root/date.go
Commit message (Collapse)AuthorAge
* Fix comments according to best practices by effective goxuri2018-12-11
|
* Comments style changed.xuri2018-09-14
|
* Comments style changed.xuri2018-09-14
|
* Comments style changed.xuri2018-09-14
|
* Fix golint errors under confidence 0.1xuri2018-09-12
|
* Fixes #256 and format document.xuri2018-08-06
|
* 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