Validate dates and calculate duration

I have a start date time and end date time on my form. When the user saves the form data, I need to validate that the end date / time is greater than the start date / time. Also, I’d like to calculate the number of days / hours / minutes difference between the two.

Can I do this in Adalo? I’m having trouble figuring this one out.

Hi @mikeroosa

Validate is tough, how about warning, you can put modal in the submit action to do that.

Search for karimoo’s post, it has been explained comprehensively.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.