Searching date fields
To search date fields, specify the date using the format
yyyy/mm/dd
or
yyyy/mm/dd:
hh:
mm:
ss
.
If you omit time, the equality operator (=
) matches the
entire day.
Example Using dates within expressions
Bruno wants to view all jobs modified on July 13, 2011. He enters:
p4 jobs -e 'ModifiedDate=2011/07/13'