let’s say im returning a datetime string like this in JS:
“8/18/2010 9:35:27 AM”
I would like to have a function that displays an elapsed time based on the current date-time in this format:
“x days x mins and x secs”
is there a faster way to do this in jQuery? thanks!
Use the count-up feature on the jQuery Countdown plugin.