Avatar of ITsolutionWizard
ITsolutionWizard
Flag for United States of America asked on

javascript on IE 11

when it is onload
      if the dob is date type
            show age inside of exactAge <p></p>

How can I make do that using IE 11?

Thanks
<div class="ui-input">											<input type="date" tabindex="3" maxlength="10" name="dob" id="dob" onkeydown="return DateFormat(this, event.keyCode)" placeholder="Enter DOB" value="<%= GetDOB(Request.QueryString["Primary DOB"]) %>" class="form-control" />
											<label class="ui-icon"><i class="fa fa-birthday-cake"></i></label>
                                             <p id="exactAge"></p>
 										</div>

Open in new window

CSSJavaScriptjQuery

Avatar of undefined
Last Comment
Dave Baldwin

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Dave Baldwin

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck