Module Month.English

English language month names.

val to_string : t -> string

(to_string m) returns full name of month m.

val longs : string list

The full names of the months of the year, in ascending order.

val shorts : string list

The abbreviated (3-letter) names of the months of the year, in ascending order.