- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Try changing the line;
if (newDate != "")
to
if (newDate != null)
An empty date field is a null, not an empty string.
Regards
Bruce
Views
Replies
0 Likes
Total Likes