Using date comparison in a expression #390
Unanswered
maverick792
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi, The next 3.1 version will introduce date manipulation. You chould check how it work's here https://github.com/ezylang/EvalEx/blob/3.1.x/src/test/java/com/ezylang/evalex/functions/datetime/DateTimeFunctionsTest.java You have to use function to create date time. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have to solve expressions which are a combination of string, numbers and dates. Example: a > 2 and b = "John" and date > "05-06-2010".
Is it even possible? If not, I suggest adding code where if string can be formatted as date, then date comparison should be used. Any thoughts or suggestions?
Beta Was this translation helpful? Give feedback.
All reactions