Date format in DMN

Hello,
Can some please let me know what type of date format is used DMN
I have to compare date the date which I get as a input is in this format
inputDate = “12-May-2024”

I got to know from camunda doc that date format which is accepted by camunda is
“yyyy-MM-dd”

can anyone please help me with it ?

Hi @shoebsayyed118
The supported format type is yyyy-MM-dd. Example: 2024-12-03

You can override the existing date transformer to support a different format.

thanks @hassang,
this cannot be done inside the DMN, right? plus how can I handle null date values in dmn ?

Yes. I don’t think it can be done using expressions.

Please have a look at below post

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.