I have a grid view in which I have a label in which I want to show the date and time as
Nov 19 at 07:30 am
i have a field in the database which give the datetime value as 2011-11-19 07:30:43.193
How can I get the desired result?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try using
This is the closest you can get. This will supply the FULL NAME for the month (MMMM) –
you can select the 1st 3 letters if you would like.