accounts: filter by date, with =, <, >
Uses "any-date-parser" library to understand more date/time types. Format is: "<field>:<equals, less than, greater than><date>", where the part after the colon uses =, <, >. Omitting a symbol is the same as using "=".
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
"@ts-stack/markdown": "^1.4.0",
|
||||
"@types/node": "^20.3.0",
|
||||
"a17t": "^0.10.1",
|
||||
"any-date-parser": "^1.5.4",
|
||||
"browserslist": "^4.21.7",
|
||||
"cheerio": "^1.0.0-rc.12",
|
||||
"esbuild": "^0.18.2",
|
||||
|
||||
Reference in New Issue
Block a user