Documentation ¶
Index ¶
- func CastFloat(i any) (float64, error)
- func CastInt(i any) (int, error)
- func CastString(i any) (string, error)
- func ConcatStrings(parts ...any) (string, error)
- func Date(in any) (time.Time, error)
- func Day(in any) (int, error)
- func IsNil(i any) bool
- func Month(in any) (int, error)
- func Now() time.Time
- func PrepMod(base interface{}, mod interface{}) (*time.Time, int, error)
- func Quarter(in any) (int, error)
- func StrfTime(base interface{}, f string) (string, error)
- func Year(in any) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CastString ¶
func StrfTime ¶
Strftime formats time with POSIX standard format More details here: https://github.com/lestrrat-go/strftime#supported-conversion-specifications
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.