IsFieldDate

Checks that the value of the field has an acceptable Date format. This action uses the current locale setting to determine valid patterns.

Syntax

bool IsFieldDate ()

Parameters

Smart parameters are supported.

Returns

True if the specifications of the action are met. Otherwise, False.

Level

Field level.

Details

This action accepts any valid date from January 1st year 1 through December 31st 9999.
Example
IsFieldDate()

In locale en-US (United States):
April 6, 1944 returns True
04/06/44 returns True
30.6.44 returns False
Feb 31,2003 returns False