format Date for horrible date name

This commit is contained in:
mr
2026-04-08 15:09:32 +02:00
parent 6fe91eda87
commit 046bde17d4
3 changed files with 6 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ import (
type PricedItemITF interface {
GetID() string
GetName() string
GetInstanceID() string
GetType() tools.DataType
IsPurchasable() bool