Add timeStyle option to custom API date format
This commit is contained in:
parent
2ea0e129f2
commit
d50381d45c
@ -70,7 +70,7 @@ function formatValue(t, mapping, rawValue) {
|
||||
value = t("common.bitrate", { value });
|
||||
break;
|
||||
case "date":
|
||||
value = t("common.date", { value, dateStyle: mapping?.dateStyle ?? "long" });
|
||||
value = t("common.date", { value, dateStyle: mapping?.dateStyle ?? "long", timeStyle: mapping?.timeStyle });
|
||||
break;
|
||||
case "text":
|
||||
default:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user