_FutureDateCheck

Characteristic Description

Availability

Date time items

Description

Checks whether the specified date and time is in the future, as compared to the site date and time.

Site information is based upon the time zone of the data-entry site rather than the time zone of the InForm server.

Returns

  • True—The entered date and time are in the future, compared to the site date and time.
  • False—The entered date and time is empty or is in the past, compared to the site date and time.

Display text

!this.Empty && _CompareDates(Value, GetSiteTime()) > 0