feat: user & article: dev complete
This commit is contained in:
@@ -4,6 +4,6 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
func FormateDate(date time.Time) string {
|
||||
func FormatDate(date time.Time) string {
|
||||
return date.Format("06-01-02")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user