Skip to content

Commit

Permalink
feat: time/timeutil: add DT8MDY
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Jan 18, 2025
1 parent 0477d6a commit 0d35bab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions time/timeutil/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
const (
DT14 = "20060102150405"
DT8 = "20060102"
DT8MDY = "01022006"
DT6 = "200601"
MonthDay = "1/2"
DIN5008FullDate = "02.01.2006" // German DIN 5008 standard
Expand Down

0 comments on commit 0d35bab

Please sign in to comment.