addDays() The addDays() function provides the ability to add or subtract days from a date. Syntax addDays(date, integer) Argument Description date (required) An...
betweenDates() The betweenDates() function returns the specified values between two dates into a time-series array. Syntax betweenDates(value, startDate, endDate) Argument Description value (required)...
onDate() The onDate() function returns a value into the time period corresponding to its date argument. It can be included inside other expressions...
today() The today() function returns the current (UTC) date. Syntax today() Argument Description None This function does not accept any arguments. Where Available...
Shibumi Default Date Attributes The following out-of-the-box date variables are available on templates: Date Variable Definition Completed Date the work item is completed. Created...
addMonths() The addMonths() function provides the ability to add or subtract months from a date. Syntax addMonths(date, integer) Argument Description date...