Good Afternoon:
I have been doing multiple searches on how to correctly write an if/else statement using Update Cursor to update a specific field based on the criteria in a different field, and lets say I got nothing.
Looking for a little help on how to write this:
I have a field called BILLING_MONTH_TEXT (text) and another field called BILLING_DATE (text).
What I need to do is say (As an Example) if BILLING_MONTH_TEXT is May-2019 then it would update BILLING_DATE with a value of 30. If it is April-2019, the value would be 29. And so on and so on.
If I could get started, I can figure out how to fill in the remaining months and values.
Thank You for your help.