Documentation
¶
Index ¶
Constants ¶
View Source
const ( FieldName = "Now" TimeFormat = time.Stamp + " GMT -07:00" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Field ¶
type Field struct {
Name string
Label string
// Layout time format layout
Layout string
FormatFunc func(recorde interface{}, context *core.Context, now time.Time) string
Location *time.Location
LocationFunc func(recorde interface{}, context *core.Context) *time.Location
NowFunc func(recorde interface{}, context *core.Context) time.Time
}
Click to show internal directories.
Click to hide internal directories.