'Adding a free time in schedule

I have a table with the events for eath professional, and I wanna get and show the professionals free time by half and half hour

{moment(g.start).format('HH:mm')} -{' '}{moment(g.end).format('HH:mm')}

Thats the code where I take the events moment



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source