So thankfully figured it out but apparently, I wasn’t able to save my Start and Due Dates on my tasks. After checking to see if it was actually broken on the demo, I noticed that my Date and Time format was saving as mm/dd/yyyy hh:mmaaaaa’m’ where it was different on the demo.
Checking the console on my browser, I was getting an error “Unable to convert “Invalid Date” into a date
at wn (node_modules_angular…”
This occurred because I wanted the time to look like lowercase “am” or “pm”. Once I changed it so that the format reads yyyy-mm-dd hh:mma, everything worked as it should.
It should be noted that I had those settings set globally. The interesting part is that I was able to add meeting dates and times with the same old settings. Not sure why this only happened with the Tasks module.