Within Tasks module, having time set to hh:mmaaaaa'm' prevents Due/Start date save

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.

so, you changed from mm/dd/yyyy hh:mmaaaaa’m to yyyy-mm-dd hh:mma and it worked?

That is correct. Again, when I had it set to mm/dd/yyyy hh:mmaaaaa’m globally, I was able to still add dates to things like meetings, but only Tasks did that not work (as far what I’ve tested).