Validations
Following are some of the date validations.
  • First seven rows have date printed inside a td element.
  • Eighth and ninth rows have dates inside the text box.
  • In ninth row the text box is read only.
  • The format of date in first row and ninth row are different from others.
Today is 08-07-2025 Positive Validation code
Yesterday was 07/07/2025 Positive Validation code
Tomorrow 09/07/2025 Positive Validation code
Last month 08/06/2025 Positive Validation code
Next month 08/08/2025 Positive Validation code
Next year 08/07/2026 Positive Validation code
Last year 08/07/2024 Positive Validation code
Todays Date (dd/mm/yyy) Positive Validation code
Todays Date (mm/dd/yyy) Positive Validation code