I have various data sources where I need to convert the abbreviated month, listed as: Jan, Feb, Mar, Apr etc... into the last day of the month (preferably in this format) "2019-01-31", "2019-02-28", "2019-31-03", etc.. all the way to December.
I tried inserting a replace function, but it doesn't seem to be working for whatever reason.
Any help with this would be greatly appreciated.
Thanks 🙂