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:
Harvey Tindall
2023-06-13 17:19:24 +01:00
parent 90c433443f
commit ff62f8821a
3 changed files with 69 additions and 4 deletions
+1
View File
@@ -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",