Rxova
Skip to content

compareISO

function compareISO(a, b): number;

Chronological comparison, done as a string comparison.

Only correct because YYYY-MM-DD is fixed-width and big-endian — which is exactly why the format was chosen for the public value.

ParameterType
astring
bstring

number