Date Picker - Date Format Validation

Contains tips for configurators working with Aware IM
Post Reply
johntalbott
Posts: 619
Joined: Wed Jun 17, 2015 11:16 pm
Location: Omaha, Nebraska
Contact:

Date Picker - Date Format Validation

Post by johntalbott »

To display the out of the box Kendo "invalid date" error message for for date pickers, such as ...
datevalidation.png
datevalidation.png (12.95 KiB) Viewed 4979 times
Do the following:

1. Add the following code in the Advanced > Render Script of each Form that has one or more Date Pickers:

Code: Select all

var datePickers = $("[data-role='datepicker']")
addDateValidation (datePickers);
2. Put the attached script in the custom/js folder.
Attachments
validation.zip
(220 Bytes) Downloaded 657 times
VocalDay Solutions - Agility - Predictability - Quality

We specialize in enabling business through the innovative use of technology.

AwareIM app with beautiful UI/UX - https://screencast-o-matic.com/watch/crfUrrVeB3t
Post Reply