Skip to content

Commit

Permalink
adjusting vars
Browse files Browse the repository at this point in the history
  • Loading branch information
burredis authored and flavioltonon committed Nov 6, 2024
1 parent 9ffb5b7 commit 384553c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion date.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
const (
dateDelimiter = "/"
dateDelimiterPattern = `[ ]{0,1}%s[ ]{0,1}`
digitsPattern = "\\d+"
digitsPattern = `\d+`
DateFormatShort = "02/01/06"
DateFormatLong = "02/01/2006"
)
Expand Down

0 comments on commit 384553c

Please sign in to comment.