DateUtils
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Param | Type | Details |
|---|---|---|
| results | mixed | Array of results from response |
| dateField | string | Result field to use for ordering |
| oldestFirst | boolean | If true the results will be order from oldest to newest |
| mixed | Sorted array of results |
| Param | Type | Details |
|---|---|---|
| results | mixed | Sorted array of results |
| dateField | string | Result field to use for ordering |
| groupBy | string | Optionally specify how to group the results, by default it tries to get the best fit |
| mixed | Array of grouped results |
Was this page helpful?