Microsoft
Software
Hardware
Network
Question : Get only Day and month from datetime
Hello, how do you extract just the day and the month from a datetime field?
Answer : Get only Day and month from datetime
Try this :
SELECT CAST(DAY(GETDATE()) AS VARCHAR(2)) + ' ' + DATENAME(MM, GETDATE()) AS [DD Month]
SELECT DATENAME(MM, GETDATE()) + ' ' + CAST(DAY(GETDATE()) AS VARCHAR(2)) AS [Month DD]
Regards,
VDC
Random Solutions
.BFK file restore on windows 7
sql server 2005 no services empty list
refreshing tree view
IIS 6 to IIS 7 with Classic ASP Support
I need some help with a batch file
windows xp privilidge problem
How to restore missing sort / filter menu in Access 2007 runtime version
how can i delete a post on OCS Group Chat server?
how to devevlope voice chat applications using C#.net ?
Access saving changes to a checkboxes