﻿function DatePicker_OnError(input, args) {
    alert("Date is invalid.  Date Format: 'mm/dd/yyyy'");
}
