This website requires JavaScript.
Explore
Sign In
mirror
/
hugo
mirror of
https://github.com/gohugoio/hugo
Watch
1
Star
0
Fork
You've already forked hugo
0
Code
Issues
release-0.146.6
hugo
/
docs
/
content
/
en
/
methods
/
duration
/
Abs.md
300 B
Raw
Permalink
Blame
History
title
description
categories
keywords
params
Abs
Returns the absolute value of the given time.Duration value.
functions_and_methods
returnType
signatures
time.Duration
DURATION.Abs
{{
$d
=
time
.ParseDuration
"-3h"
}}
{{
$d
.Abs
}}
→ 3h0m0s