Documentation ¶
Index ¶
- func Capitalize(str string) string
- type Array
- type Bind
- type Convert
- type Crypto
- type PinYin
- type Regex
- type String
- type SyncChan
- type Time
- func (t Time) NowTime() string
- func (t Time) NowZero() string
- func (t Time) ParseInLocation(s string) (time.Time, error)
- func (t Time) StringToTime(s string) (rt time.Time, err error)
- func (t Time) ToString(ti time.Time) string
- func (t Time) Tomorrow() string
- func (t Time) TomorrowZero() time.Time
- func (t Time) TomorrowZeroString() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Array ¶
type Array[T comparable] struct{}
type Time ¶
type Time struct {
Format string
}
func (Time) ParseInLocation ¶
ParseInLocation 字符串转换成时间
func (Time) StringToTime ¶
StringToTime 字符串转换成时间
Click to show internal directories.
Click to hide internal directories.