I have a video player which is returning seconds while playing video. Now I have startTime and endTime which are in HH:mm:ss:ss format (eg. 00:06:29:50). I want to check if the current second is in between the startTime and endTime.
I tried to convert seconds and startTime/Endtime into unix format using dayJS but it won't work. Can someone please provide me a better idea?