R/utils.R
format_months.Rd
Format any month name to three letter code
format_months(months)
character string or vector. The name of the month
a character string. The three letter name of the month
format_months("January") #> [1] "Jan"