Skip to main content
Nintex Community Menu Bar
Question

Date validation

  • March 18, 2025
  • 3 replies
  • 59 views

Forum|alt.badge.img+3

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

 

3 replies

  • March 18, 2025

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.


MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • March 24, 2025

Hi ​@putzjakob 
Have you solved your question?


Forum|alt.badge.img+3
  • Author
  • Rookie
  • March 24, 2025

No, not yet.