in my asp.net+vb web there is a lvefrom.text the date is displayed as 01/02/2013 i want to be in 02 Jan 2013 for mat
Try
TextBox1.Text = DateTime.Now.ToString("dd MMM yyyy")
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.