1
0
mirror of https://github.com/garraflavatra/go-fmp.git synced 2025-06-27 12:05:11 +00:00

Add date/time format constants

This commit is contained in:
2025-06-22 19:20:41 +02:00
parent 7cf3fd93ac
commit 4ab7f0a588

View File

@ -14,6 +14,12 @@ var (
ErrBadChunk = FmpError("bad chunk")
)
const (
FmpDateLayout = "02/01/2006"
FmpTimeLayout = "15:04:05"
FmpDateTimeLayout = "02/01/2006 15:04:05"
)
type FmpChunkType uint8
const (