Function acter_core::templates::functions::future
source ยท pub fn future(kwargs: Value) -> Result<Value, Error>
Expand description
create a date in the future add days
, weeks
, hours
, mins
, secs
(or any combinations of them) to create
a date in the future. Example:
{{ future(weeks=3, days=4, hours=20, mins=10)}}