C
Christopher Benson-Manica
What would be the best way to convert a month number to its corresponding
string? I.e, 3 -> 'March'. Is there a builtin function or must I use a
lookup table or something?
string? I.e, 3 -> 'March'. Is there a builtin function or must I use a
lookup table or something?