Date Validations - Client Scripts
Hello, In this article, i will share some code snippets which takes care of basic date validations at the client side. 1. Selected Date cannot be less than Today function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoad...
