Skip to main content
Nintex Community Menu Bar

Hi! With

und(zuDatumKonvertieren(Termin)>zuDatumKonvertieren("11.04.2025"), zuDatumKonvertieren(Termin)<zuDatumKonvertieren("03.05.2025"))

 

I try to avoid entering information between 11th April and 3rd of May, but it dowsn’t work. What I am doing wrong?

 

Thannks!!!
Jakob

 

Make sure Nintex understands the date format you are using, it can help with convertToDate if you also give it the format you are writing the date in. You can use a calculated value field to test formats for the convertToDate function and see if it delivers an output. You define formats in the same way as for the TEXT function in Excel (for which there is a lot of documentation).

If Termin is already a Date-Time field or variable, don’t use another convertToDate function on it, that function only accepts string inputs.


Hi ​@putzjakob 
Have you solved your question?


No, not yet.


Reply