Code to check if date field on a page (drop-down or from a calendar) has been deleted/cleared.
Hello:
On a page with a date field (calendar from which EE selects a date).
If EE selects a date, then later DELETES this date (clears this field), what is the code used to check that it has been cleared? NOTHING works (I've tried If All(record.datefield), If None(record.datefield), IsDate - no matter what I try, it seems to think there is a date. I put in messageboxes and it shows nothing in the field.
Can someone please share the syntax that verifies the date field has been cleared. I have this issue also with a date drop-down on the same page (select from drop-down, then later delete the field).