Documentation ¶
Index ¶
- type Date
- func (d Date) AddDays(n int) Date
- func (d Date) After(d2 Date) bool
- func (d Date) Before(d2 Date) bool
- func (d Date) Date() (year int, month time.Month, day int)
- func (d Date) DaysSince(s Date) int
- func (d Date) Format(layout string) string
- func (d Date) In(loc *time.Location) time.Time
- func (d Date) IsValid() bool
- func (d Date) MarshalText() ([]byte, error)
- func (d Date) String() string
- func (d *Date) UnmarshalText(data []byte) error
- type NullDate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.