i want enter date in my textbox..In my application i entering date like this 24August07..
but i want to know is there any spcific format available for enter date in vb.net for windows application..
can we validate date in vb.net(windows application)?
Jan MontanoPosted Aug 23, 2007, 1:49 AM
private void ValidateDate()
{
}