This function returns the date part of any given timestamp.
datePart(timestamp, timeZone) #Output: Number
If you need the time part instead, you might want to have a look at the function timePart().
Use cases and examples
Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
---|---|---|---|---|---|
Set a date on the same week day on alternate weeks | addDays() nextDayOfTheWeek() modulus() weekOfTheYear() datePart() | ||||
Add comment after seven days in the same status | |||||
Check if an issue was resolved on time | Text | datePart() |