My month column is like below and I try to convert the month name to 2 digit number by using formula function.
Here is what I keyed in, but I continue getting this error messages. "Malformed function call"
DateTImeFormat(DateTimeParse(ToNumber([month]), "%m")
How should I fix it? Thank you.