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.