Discussions

Ask a Question
Back to All

time-offs half days

Hallo,

How do i you in the respons if the half day is in the morning or in the afternoon?
example 1:
let say i have half day on 2017-12-27:

"start_date": "2017-12-27T00:00:00+0100",
"end_date": "2017-12-27T00:00:00+0100",
"days_count": 0.5,
"half_day_start": false,
"half_day_end": true,

how can i know if he has off in the morning or evening?

example 2:
let say i have half day on 2017-12-27:

"start_date": "2017-12-27T00:00:00+0100",
"end_date": "2017-12-27T00:00:00+0100",
"days_count": 0.5,
"half_day_start": true,
"half_day_end": false,

how can i know if he has off in the morning or evening?

example 2:
let say i have 2 and half day from 2017-12-27 to 2017-12-27:

"start_date": "2017-12-27T00:00:00+0100",
"end_date": "2017-12-29T00:00:00+0100",
"days_count": 2.5,
"half_day_start": false,
"half_day_end": true,

how can i know if he has off in the morning or evening on the last day?