How to separate the year from a birthdate?
Posted
by Sandipan
on Stack Overflow
See other posts from Stack Overflow
or by Sandipan
Published on 2010-05-31T04:57:34Z
Indexed on
2010/05/31
5:02 UTC
Read the original article
Hit count: 121
c#
I want to separate the year from the Birthdate.I have a checkbox called Birthdate and when checked it will show the mm/dd/yy. But I want to separate this and show only the date along with the month. And there will be another checkbox called year which will only show if the Birthdate checkbox is checked and if checked it will show the year
© Stack Overflow or respective owner