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