MarkLogic 10 Product Documentation
xs.date.gexs.date.ge(
value as xs.date
) as boolean
Summary
Greater-than or equal comparison on xs.date values
Parameters |
value |
A date value.
|
Example
const v1 = xs.date('2013-08-15');
const v2 = xs.date('2012-04-01');
v1.ge(v2);
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.