mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-12 18:24:21 +01:00
🎨 Attribute View date column calculate https://github.com/siyuan-note/siyuan/issues/8757
This commit is contained in:
parent
0af470f583
commit
98f7b56c0d
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ func NewFormattedValueDate(content int64, format DateFormat) (ret *ValueDate) {
|
|||
Content: content,
|
||||
Content2: 0,
|
||||
HasEndDate: false,
|
||||
FormattedContent: time.UnixMilli(content).Format("2006-01-02 15:04:05"),
|
||||
FormattedContent: time.UnixMilli(content).Format("2006-01-02 15:04"),
|
||||
}
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue