(adate=dd/mm/yyyy)
Find files that were last accessed on the date dd/mm/yyyy.
Usage 1: (adate=dd/mm/yyyy)
Usage 2: (adate=yyyy/mm/dd)
Usage 3: (adate=yyyymmdd)
 Where yyyy is the year, mm is the date (01 to 12) and dd is the day (01 to 31).
 
Use this function to find all files that were modified on a specific date. The function will accept the date in one of three formats; dd/mm/yyyy or yyyy/mm/dd or yyyymmdd.
 
Replace an actual date with one of the following:
 
  !x where x is the number of days before the current (today's) date
  $x where x is the number of months before the current (today's) date
 
to search relative to today.
 
 (date>!5) to search for files created in the last five days.
 (date>$2) to search for files created in the last two months.
 
See Also
(date<dd/mm/yyyy), (date>dd/mm/yyyy) and (date=dd/mm/yyyy)
(adate<dd/mm/yyyy) and (adate>dd/mm/yyyy)
(mdate<dd/mm/yyyy), (mdate>dd/mm/yyyy) and (mdate=dd/mm/yyyy)