Hi guys, I have a birthdate field in my table with a value of 1988-05-28, then, why is it that it doesn’t display on maskedit entry? Even I’d already format it like
txtBirthDate.Text = DateTime.Parse(rdMember["birthdate"].ToString()).ToString("yyyy-MM-dd");