<%
var disabled;
if (typeof desiredDate !== "undefined" && desiredDate !== "") {
disabled = "disabled";
}
%>
The date cannot be in the past and must no more than 90 days in the future
value="<%- desiredDate %>" />
<% } else { %>
It appears there is something wrong with the clinic configuration... Please contact your Systems Administrator.
<% }; %>