I am looking for an age counter. It looks like a regular hit counter on ones page but it tells you your age, down to the second.
Know of a place where I can get one?
Printable View
I am looking for an age counter. It looks like a regular hit counter on ones page but it tells you your age, down to the second.
Know of a place where I can get one?
I thought I had answered this :confused:
You have the option of creating this yourself in javascript, it really isn't very difficult. It's simply a matter of a bit of subtraction and conversion. Are you interested in doing this yourself or do you simply want to copy-paste one?
well for now cut and paste the code, but learning how to use javascript would be a good thing for me to do...
Do a search for javascript date difference. That'll be the logic you use to calculate. You then need to supply the user with a way of inputing their date of birth. For now, use the logic you find with a hardcoded date.
i want to write coding to calculate present age from birthday date
Welcome to the forums :wave:
- http://stackoverflow.com/questions/3...-in-javascript
- http://romcartridge.blogspot.com/201...ulate-age.html
- More...
:wave: