Documentation ¶
Index ¶
- Constants
- type Clock
- func (c Clock) EQ(t time.Time) bool
- func (c Clock) GT(t time.Time) bool
- func (c Clock) GTE(t time.Time) bool
- func (c Clock) Hour() int
- func (c Clock) LT(t time.Time) bool
- func (c Clock) LTE(t time.Time) bool
- func (c Clock) Minute() int
- func (c *Clock) Scan(src interface{}) error
- func (c Clock) Second() int
- func (c Clock) String() string
- func (c Clock) Today() time.Time
- func (c Clock) Value() (driver.Value, error)
Constants ¶
View Source
const (
// DateFormat displays how the Clock renders
DateFormat = "15:04:05"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.