HUGO
Menu
GitHub 87548 stars Mastodon

Minutes

将 time.Duration 值作为浮点数分钟数返回。

Syntax

DURATION.Minutes

Returns

float64
{{ $d = time.ParseDuration "3.5h2.5m1.5s" }}
{{ $d.Minutes }} → 212.525

Last updated: January 1, 0001
Improve this page