Weighing: Set Date/Time of scales at startup

This commit is contained in:
2026-08-03 10:56:42 +02:00
parent 309f118739
commit 0fc4106cd2
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ namespace Elwig.Documents {
if (info.Date != null || info.Time != null)
weighing.Add(Normal(" \u2013 "));
if (info.Time != null)
weighing.Add(Normal($"{info.Time:HH:mm}"));
weighing.Add(Normal($"{info.Time:HH:mm:ss}"));
if (info.Date != null)
weighing.Add(Normal($", {info.Date:dd.MM.yyyy}"));
if (info.Gross != null && info.Tare != null && info.Net != null) {