Converting Date string starts with days to DateTime Format vb.net -
i have date "27/03/1985" , because starts days can't convert datetime.
see: http://msdn.microsoft.com/en-us/library/w2sa9yss.aspx
datetime.parseexact()
lets specify format of string representation.
Comments
Post a Comment