show/hide this revision's text 4 number was wrong.

This is a strange way to do it, but if you format the date to yyyymmdd and subtract the date of birth from the current date then drop the last 5 4 digits you've got the age :)

I don't know c#, but i believe this will work in any language.

20080814 - 19800703 = 280111

drop the last 4 digits = 28

show/hide this revision's text 3 fixed syntax

This is a strange way to do it, but if you format the date to yyyymmdd and subtract the date of birth from the current date then drop the last 5 digits you've got the age :)

I don't know c#, but i believe this will work in any language.

20080814 - 19800703 = 2801111 280111

drop the last 5 4 digits = 28

show/hide this revision's text 2 changed my math

This is a strange way to do it, but if you format the date to yyyymmdd and subtract the date of birth from the current date then drop the last 5 digits you've got the age :)

I don't know c#, but i believe this will work in any language.

20080814 - 19800703 = 2801111

drop the last 5 digits = 28

show/hide this revision's text 1