Documentation ¶
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FormatChars = map[rune]string{
'B': "January",
'b': "Jan",
'm': "01",
'A': "Monday",
'a': "Mon",
'd': "02",
'H': "15",
'I': "03",
'M': "04",
'S': "05",
'Y': "2006",
'y': "06",
'p': "PM",
'Z': "MST",
'z': "-0700",
'L': ".000",
}
FormatChars are the supported characters for strftime. It is a subset of all strftime characters See also, time/format.go
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.