CreatedAt Criterion¶
The CreatedAt
Search Criterion searches for products based on the date when they were created.
Arguments¶
createdAt
- indicating the date that should be matched, provided as aDateTimeInterface
objectoperator
- Operator constant (EQ, GT, GTE, LT, LTE)
Example¶
1 2 3 4 5 6 |
|