- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
You can do a script like the following which will clear the entry if they don't follow the correct pattern:
(if formcalc in the exit event for the calendar)
var startDate = $.formattedValue
if (Date2Num(startDate, "DD/MMMM/YYYY") == 0) then
$=""
endif
the Date2Num will give 0 if the pattern isn't correct.
Views
Replies
0 Likes
Total Likes