Convert month code (used for futures contracts) to abbreviated month name, or convert abbreviated month name to month code
C2M(code)M2C(month)
Month code: F, G, H, J, K, M, N , Q, U, V, X, or Z
Abbreviated month: jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, or dec
corresponding code or month.
# NOT RUN {
C2M()
C2M("M")
C2M()[6]
M2C()
M2C("Sep")
M2C()[9]
# }
Run the code above in your browser using DataLab