• Resolved luckydays

    (@luckydays)


    Hello there!

    Thanks for this really awesome forms plugin.
    It seems to be literally almighty.

    Tell me please how could I set the number of days which is calculated from the defined date, for the date field?

    For example: I need a user to set the check-in date and the check-out date needs to be automatically set to have a +10 days step from the check-in date set.

    Thanks in advance!

    https://www.ads-software.com/plugins/calculated-fields-form/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    I’ll assume that the date field is the fieldname1 (of course, you should use the correct field name in your form), furthermore, you have a calculated field, in whose case the equation would be as simple as:

    CDATE( fieldname1+10, 'dd/mm/yyyy')

    or

    CDATE( fieldname1+10, 'mm/dd/yyyy')

    Best regards.

    Thread Starter luckydays

    (@luckydays)

    Great!

    It works like a charm.

    Thank you!

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Perfect, however, if you’ve any other doubt, do not hesitate in ask.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Number of days from defined date’ is closed to new replies.