HUGO
Menu
GitHub 87548 stars Mastodon

Hours

將 time.Duration 值作為浮點數小時數返回。

Syntax

DURATION.Hours

Returns

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

Last updated: January 1, 0001
Improve this page