EDIT: It seems to be working after re-publishing the form. Must have been an error in the code.
I migrated a Business Process to the Cloud, but I'm having an issue whereby dates are not being calculated. The business process is a simple timesheet, whereby the user enters the start date of the timesheet. There's a table that has each day of the week, and the date field of each row is calculated by adding the value of the row to the start date (then -1 to capture the start date as well). This works perfectly fine with the on-prem Forms calculation, but does not in the Cloud. I noticed there is a jQuery datepicker error when I open the Chrome console, so that may be preventing the calculation?
I've attached 4 images. The Cloud version of the timesheet showing wrong dates, the calculation itself, the jQuery error, and the on-premises Forms version of the timesheet (working as intended).