mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-24 13:48:14 -05:00
9 lines
163 B
Go
9 lines
163 B
Go
|
package database
|
||
|
|
||
|
const (
|
||
|
// DateFormat for DateFormat
|
||
|
DateFormat = "2006-01-02"
|
||
|
// DateTimeFormat for DateTimeFormat
|
||
|
DateTimeFormat = "2006-01-02T15:04:05"
|
||
|
)
|