remove time component from date (fix #266)

This commit is contained in:
2024-03-23 16:49:16 +01:00
parent f501203c8e
commit 7eadf91921
84 changed files with 213 additions and 213 deletions

View File

@ -69,7 +69,7 @@ const MarkdownProps = {
const DateFormat = {
date_format: "dd.MM.yyyy",
time_format: false,
format: "yyyy-MM-dd'T'HH:mm:ss.SSSXXX",
format: "yyyy-MM-dd",
};
const DataObject = {