IsFieldDateUpToToday
Checks that the Date value of the current Field object is today's date or earlier.
Syntax
bool IsFieldDateUpToToday ()
Parameters
Smart parameters are supported.Returns
False if the value of the field is not a valid date or if the date is after Today. Otherwise, True.Level
Field level.Details
- Example
IsFieldDate() IsFieldDateUpToToday()This sequence confirms that a value is a date and that it is the same as, or earlier than, today's date.