This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
CreatedAt Criterion¶
The CreatedAt
Search Criterion searches for products based on the date when they were created.
Arguments¶
createdAt
(PHP),created_at
(REST) - indicating the date that should be matched, provided as aDateTimeInterface
object in PHP, or as a string acceptable byDateTime
constructor in RESToperator
- Operator constant (EQ, GT, GTE, LT, LTE) in PHP or its value in REST
Example¶
PHP¶
1 2 3 4 5 6 |
|
REST API¶
1 2 3 4 5 6 7 8 |
|
1 2 3 4 5 6 7 8 9 10 |
|