Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/writefreely/writefreely
/ CreatedDate
Method
CreatedDate
posts.go:277–279 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
275
}
276
277
func
(p *Post) CreatedDate() string {
278
return
p.Created.Format(
"2006-01-02"
)
279
}
280
281
func
(p *Post) Created8601() string {
282
return
p.Created.Format(
"2006-01-02T15:04:05Z"
)
Callers
1
handleGopherCollection
Function · 0.80
Calls
1
Format
Method · 0.80
Tested by
no test coverage detected