MCPcopy 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
277func (p *Post) CreatedDate() string {
278 return p.Created.Format("2006-01-02")
279}
280
281func (p *Post) Created8601() string {
282 return p.Created.Format("2006-01-02T15:04:05Z")

Callers 1

handleGopherCollectionFunction · 0.80

Calls 1

FormatMethod · 0.80

Tested by

no test coverage detected