✨ ParseDate should handle DateFormat
This commit is contained in:
parent
44e79916d3
commit
391452e3d9
6 changed files with 17 additions and 940 deletions
|
|
@ -9,9 +9,11 @@ import (
|
|||
"strings"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"codeberg.org/danjones000/my-log/tools"
|
||||
)
|
||||
|
||||
const DateFormat = "January 02, 2006 at 03:04:05PM -0700"
|
||||
const DateFormat = tools.DateFormat
|
||||
|
||||
type Entry struct {
|
||||
Title string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue