Documentation
¶
Index ¶
- Constants
- type Time
- func (t *Time) Add(duration goTime.Duration) *Time
- func (t *Time) After(time *Time) bool
- func (t *Time) Before(time *Time) bool
- func (t *Time) Equal(time *Time) bool
- func (t *Time) Local() *Time
- func (t *Time) Sub(duration goTime.Duration) *Time
- func (t *Time) Unix() int64
- func (t *Time) UnixMilli() int64
- func (t *Time) UnixNano() int64
Constants ¶
View Source
const ( // Форматирование даты в формате '22.03.2019' LayoutDateDMYByPoint = "02.01.2006" // Форматирование даты в формате '22/03/2019' LayoutDateDMYBySlash = "02/01/2006" // Форматирование даты в формате '22/03/2019' LayoutDateYMDByDash = "2006-01-02" // Форматирование даты и времени в формате '22.03.2019 17:01' LayoutDateTimeDMYMMByPoint = "02.01.2006 15:04" // Форматирование даты и времени в формате '22.03.2019 17:01:31' LayoutDateTimeDMYSSByPoint = "02.01.2006 15:04:05" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.