diff --git a/index.html b/index.html index 49da250..1fec599 100644 --- a/index.html +++ b/index.html @@ -199,6 +199,18 @@ name + " is " + string(age) + " years old and " + (active ? "active" : "inactive true}}} + +
+

Time and Date Operations

+ Expression: some_date < now - old ? 'old' : 'recent' + Context: {"some_date": "2023-10-01T12:00:00Z", "now": + "2023-10-03T12:00:00Z", "old": "24h"}