Link to home
Start Free TrialLog in
Avatar of ITsolutionWizard
ITsolutionWizardFlag 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

ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial