camunda / feel-scala

FEEL parser and interpreter written in Scala
https://camunda.github.io/feel-scala/
Apache License 2.0
120 stars 49 forks source link

feat: update date and time() function with new param input types #698

Closed nicpuppa closed 10 months ago

nicpuppa commented 12 months ago

Description

Update date and time conversion function. Now can accept not only ValString but also ValDate, ValLocalDateTime and ValDateTime.

This PR should resolve the related issue, but as I said in this comment to me is not a bug, is a new feature. And I don't know if we want to proceed with this.

Related issues

closes #697

saig0 commented 10 months ago

Closing this PR as we have an agreement that we don't want to add this function.