How to show the Birthdate in mm/dd/yyyy format if year is separated from it?
Posted
by Sandipan
on Stack Overflow
See other posts from Stack Overflow
or by Sandipan
Published on 2010-05-31T10:58:03Z
Indexed on
2010/05/31
11:03 UTC
Read the original article
Hit count: 165
c#
I have a checkbox Birthdate which shows the mm/dd only.And another checkbox below it that will show the year only, and will be visible if Birthdate checkbox is checked. I want to show that if Birthdate checkbox is checked and the value is stored in the database,then it will show only the mm/dd only. And if year checkbox is checked ,and its value is stored in the database, then it will show the mm/dd/year
© Stack Overflow or respective owner