photoprism/pkg/txt/date.go

19 lines
234 B
Go

package txt
// Months contains all month names in English.
var Months = [...]string{
"Unknown",
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December",
}