Hi Folks, In this post, we are going to see, how to calculate AGE using Date Of Birth in jQuery. It’s very simple code.
Find the code below
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery UI Datepicker - Display month & year menus</title>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script>
$(function() {
$("#nu_datebirth").datepicker({
onSelect: function(value, ui) {
var today = new Date(),
age = today.getFullYear() - ui.selectedYear;
$('#a_ge').val(age);
},
dateFormat: 'dd-mm-yy',changeMonth: true,changeYear: true,yearRange:"c-100:c+0"
});
});
</script>
</head>
<body>
<p>Dob: <input type="text" id="nu_datebirth" name="nu_datebirth"></p>
<p>Age: <input type="text" name="a_ge" id="a_ge" class="nu_field" readonly/></p>
</body>
</html>
It’s really a cool and useful piece of info. I am glad that
you shared this useful information with us.
Please stay us up to date like this. Thanks for sharing.
That is very attention-grabbing, You are an excessively skilled blogger.
I’ve joined your feed and look ahead to in search of more of your fantastic post. Also, I’ve shared your site
on my social networks
Great post. I used to be checking continuously this weblog and I’m inspired!
Very helpful information specially the ultimate phase 🙂 I handle such info a lot.
I was looking for this particular information for a very lengthy time.
Thanks and good luck.
Hello, my loved one! I wish to say that this article is awesome, nicely written and come with approximately all important Infos. I’d like to look
more posts like this.
If someone needs expert view regarding blogging and site-building then i
suggest him/her visit this website, Keep
up the nice job.
Hey there, You have done a great job. I’ll certainly digg it and personally recommend it to my friends.
I’m confident they’ll be benefited from this website.
These are really great ideas regarding blogging. You have touched some fastidious points here.
Any way keep up writing.