I have a start date value to be entered in a textbox in dd/mm/yyyy
format, and as soon as value is entered in it, i want to fire onchange event for that textbox and and use current date to calculate number of years passed.
How can i do this in JavaScript, i have implemented in C#. is there any function in javascript which will help me calculate number of years between two dates?