How can I get the month value from database field?
For example: My database is like that
DatabaseA(Id, Name, CreatedTime, Notes)
I want to get month value only of CreatedTime from DatabaseA.
Thank you for viewing my question.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sonu ChaudharyPosted Jun 6, 2016, 10:13 AM
FROM
[Table_Test]
FROM [Table_Test]
Praveen SreeramPosted Jun 5, 2016, 11:45 PM