Assign - String was not recognized as a valid DateTime

Hi @Nelson.R

You have missed yy in the expression

MonthName(Convert.ToInt32(Date.ParseExact(CurrentRow(“Due Date”).ToString,“MM/dd/yyyy”,CultureInfo.InvariantCulture).ToString(“MM”))).ToString

Try this

Regards
Sudharsan

1 Like