We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Allow past date in date/time field

Martines
Tera Contributor

Hi community, 

 

I'm struggling with creating the date/time field where only the past dates are allowed.  I found this code. 

Martines_0-1770898724144.png

But it doesn't work. The accepted behavior is that user is not able to choose from the date/time component the future dates. (This would be happy case) Or at least when user choose date in future he will get the message that future dates are not allowed. 

 

Do you have any suggestions? Thank you in advance. 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron

@Martines 

this should work fine

AnkurBawiskar_0-1770899734838.png

AnkurBawiskar_1-1770899800825.png

 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

10 REPLIES 10

@Martines 

Your script won't help user to know which field actually was having invalid value.

If Start date is invalid then it will show error message besides all fields.

You will require separate UI policies for each field

Logic I already shared

 

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader