...
Examples for hourly time periods:
You can use the same special variables as in daily time period, plus additional variables: ${vacationStartTime} ${vacationEndTime} ${vacationHours} ${vacationMinutes} ${vacationMinutesSum} ${timeZone} ${timeZoneFull}
Code Block |
---|
${reporter}'s ${vacationType} Vacation: ${vacationHours} Hours and ${vacationMinutes} Minutes Off |
John Doe’s private leave Vacation: 3 Hours and 30 Minutes Off
...
Code Block |
---|
Vacation Request: ${reporter}'s ${vacationType} from ${vacationStartTime} ${timeZone} to ${vacationEndTime} ${timeZone} |
John Doe’s private leave from 7:56 AM Indian/Maldives to 10:56 AM Indian/Maldives