Notes:
- Monthlies and bimonthlies have
a publication "day" of 00
- Annuals store both month and
day as zero
OPERATORS
|
USAGE
|
since,
after, g, >
|
- Use any of these
operators to specify that the records that you are
searching for must have been published
more
recently than
the date following the operator.
- Example:
after
january 15, 1999
|
ge
|
- Use this operator to
find records that were published
on
or after
the date following the operator.
- Example:
ge
jan 15,
1999
|
before,
l, <
|
- Use any of operators
to find records that were published
earlier
than the
date that follows the operator.
- Example:
before
1/15/1999
|
le
|
- Use this operator to
find records that were
published
on or before
the date following
the operator.
- Example:
le
1/15/1999
|
to,
- (hyphen)
|
- Use any of these
operators to specify that the records that you are
searching for must have been published
between
two
dates.
- Example:
da
jan 15 -
jan 31
- Note: If you do not
specify a year, the database will assume the current
year.
|