• Resolved zbubicic

    (@zbubicic)


    How to change date in field Chack out in date from Check In + 1 day? Thanx ZB

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello!

    The formula is kind of complex but try something like this:

    if($$field_rnField49$$.numericalValue>0)
    	return new Date($$field_rnField49$$.AddDays(1).numericalValue);
    return null;

    Replace rnField49 for the id of your check in field (which you can find in the advanced section of each field settings.

    Regards!

    • This reply was modified 6 years, 2 months ago by EDGARROJAS.
Viewing 1 replies (of 1 total)
  • The topic ‘Check out depend to Check in date’ is closed to new replies.