Module

compareISOTimestamp

If this is used in Array.sort(), dates will be sorted from latest to earliest
Parameters:
Name Type Description
a string ISO-timestamp
b string ISO-timestamp

View Source dateTime/compareISOTimestamp.js, line 3

return -1 if a is before b return 1 if a is after b else return 0
number