0

I have my time format as 00:00:00:00 (HH : MM : SS: FF) where FF denotes framerate -29fps. Can anybody help how to validate the start time and end time using jQuery, when end time should not be less than start time.

1 Answers1

1

Use this library moment. Use the moment.diff() function to get the difference. Go through the docs for reference.

Yash
  • 65
  • 6