time.Time.AddDate (method)
3 uses
time (current package)
time.go#L900: func (t Time) AddDate(years int, months int, days int) Time {
encoding/asn1
asn1.go#L359: ret = ret.AddDate(-100, 0, 0)
github.com/lib/pq
encode.go#L484: t = t.AddDate((-t.Year())*2+1, 0, 0)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |