ParseDate should handle DateFormat

This commit is contained in:
Dan Jones 2024-02-25 12:36:43 -06:00
commit 391452e3d9
6 changed files with 17 additions and 940 deletions

View file

@ -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