Rank: Member Groups: Member
Joined: 8/26/2007 Posts: 12
|
I have a datepicker and textfield on my asp.net webform need to calculate age in textfield based on date user enters in datepicker control any idea how to do it
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi, You would use this property to get the date value on the server side: http://www.essentialobjects.com/doc/1/eo.web.calendar.selecteddate.aspxOr this method to get the selected date on the client side: http://www.essentialobjects.com/doc/1/jsdoc.public.calendar.getselecteddate.aspxHow to calcuate "age" is not related to our product. So you will need to resolve that yourself. Thanks!
|