5
Answers

C++ beginner programmer

hye everyone. i'm a begginer in C++ programming then would like to do a program using visual C++. i am still student and need to create facial recognition system using visual C++. right now i dont know where i want to start. i never study visual C++ before. so please u guys help me what first i need to know before do the coding??
Answers (5)
0
Gaurish Kumar
NA 912 0 15y
Hi Imran

try this

SELECT DATEPART(MONTH,CONVERT(VARCHAR(25),DATEADD(dd,-(DAY(GETDATE())),GETDATE()),101))

this query returns  what you want.
Accepted
0
Imran
NA 3 0 15y
Thanks Gaurish for quick reply.
it's solve my problem.