Need some quick help here. I want to check if the move out date is after the lease expiration date and if it is show the MTM increase field. Can someone help me out with this?
Thanks in advance!
{note}
CALCULATE MOVE OUT FUNDS
Monthly rent: ${=`current rent`}
Lease expiration date: {time: MM/DD/YYYY; at={=`lease expiration date`}; pattern=YYYY-MM-DD}
Move out date: {formdate: YYYY-MM-DD; name=moveoutdate}
MTM increase %: {formtext: name=mtm; default=0}
{endnote: trim=right}