-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DATETIME or DATEVALUE function not found exception #6
Comments
@thajib |
@bls-binh or @matheval Do you know if there is any movement on adding dates? The feedback I am getting from using this library is absolutely phenomenal and working with the library has been extremely easy. Amazing job from everyone involved in this one. The business requirements I have require the date functionality that is listed at the bottom of https://matheval.org/math-expression-eval-for-c-sharp/. If there is not a plan to implement it I would like to start adding it in my fork of the repo and possibly merge it into this repo once done, but I want to ask before I start and duplicate the effort. If work has been started on it and I can be any help, let me know. |
I have begun working on adding date functionality in this fork https://github.com/KrystalBall/expression-evaluator-c-sharp |
@thajib @Socratezz |
Thanks for the update @matheval. If I can be of any help with the tests let me know. |
@matheval How are the tests coming along? |
Hi, I am not sure if this is an issue or perhaps these features are not implemented yet. But as per the documentation, date expressions are supported.
When I tried a basic date expression :
I get an exception : System.Exception: Function DATEVALUE does not exist]
The text was updated successfully, but these errors were encountered: