MaxDate
The latest creation date or time that a profile can have to return results. If a document has a more recent date, it is rejected.
NOTE: Profiles created with a version of Community earlier than 7.5.7 do not have a creation date.
To specify a date, use one of the following formats.
-
DD/MM/YYYY
orDD/MM/YY
A date. Specify the day, month, and year, separated by slashes (/). If the year is a number less than 40, it is read as a year in the 2000s. If the year is a number between 40 and 99, it is read as a year in the 1900s. For example,
1/02/1
is read as 1 February 2001, and01/3/40
is read as 1 March 1940. -
HH:NN:SS DD/MM/YY
orHH:NN:SS DD/MM/YYYY
A time and date. Specify the hours, minutes, and seconds, separated by colons (:), followed by the day, month, and year, separated by slashes (/).
-
A positive or negative number to specify a number of days from today (for example,
3
or-3
to specify the current date plus three days, or the current date minus three days).
To specify a time use one of the following formats.
-
A positive or negative number post-fixed with
s
to specify a number of seconds from now (for example,100s
or-100s
to specify the current time plus 100 seconds or the current time minus 100 seconds). -
A positive number post-fixed with an
e
to specify epoch seconds (for example,1023782400e
to specify 11 June 2002, 9 a.m.).
Actions: | ProfileGetResults
ProfileRead |
Type: | String |
Default: | |
Example: | MaxDate=-3
|
See Also: | MinDate |