0

On my database I have a field of start time and end time, some goes overnight so it would look like 20:00 - 05:00 and some are 01:00 - 13 :00

Are there any built in function on this on jQuery? I've been having problems with nested ifs on this one.

isherwood
  • 58,414
  • 16
  • 114
  • 157
Darrell Ho
  • 11
  • 1

1 Answers1

0

You can convert both values to timestamps and act on them

Can Arda Aydin
  • 204
  • 2
  • 13