Feature: add date formatting option in custom api (#2228)

This commit is contained in:
Kirill Kuznetsov 2023-10-24 02:54:04 +03:00 committed by GitHub
parent f773e026d5
commit 3c4818a2b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 2 deletions

View file

@ -10,7 +10,8 @@
"bibitrate": "{{value, rate(bits: true; binary: true)}}",
"percent": "{{value, percent}}",
"number": "{{value, number}}",
"ms": "{{value, number}}"
"ms": "{{value, number}}",
"date": "{{value, date}}"
},
"widget": {
"missing_type": "Missing Widget Type: {{type}}",