You must Sign In to post a response.
  • Category: JavaScript

    Calculate the retirement age of an employee using javascript

    hi all,

    In asp.net web application if i enter the date of birth in the text box it should calculate the age and should display the retirement year.How can i achieve this with java script


    thanks in advance
  • #756825
    hi
    refer this url

    http://stackoverflow.com/questions/10008050/get-age-from-birthdate

    http://forums.asp.net/t/1768797.aspx?Calculate+date+of+birth+from+age+with+javascript

    Name : Dotnet Developer-2015
    Email Id : kumaraspcode2009@gmail.com

    'Not by might nor by power, but by my Spirit,' says the LORD Almighty.

  • #756862
    This is simply you can get date of birth and current date and calcualte the age of the employee afte that subtract that age from retirement age(normally 60Year) and display that to user.

    I hope this will help you and you can easily search calcualte age on google .:)

    Regards & thanks
    Arvind kumar
    Visit--blog.akumars.esoftera.in


  • Sign In to post your comments