Microsoft
Software
Hardware
Network
Question : How do I get Year, Month from datetime
How do i get , example
2007-03 from time which is a datetime
Answer : How do I get Year, Month from datetime
select concat(year(YourDate), '-',Month(YourDate)) from table
Random Solutions
google docs shrink to fit
Convert 16bpp bitmap to 32bpp or to JPEG on Windows Mobile 5.0 onwards
Reducing bandwidth consumption between domain controllors at multiple sites
I got this error when installing Mac OS X Snow Leopard 10.6
ssh 1.99 vs 2.0
Windows 2008 R2 x64 Error Id 2092 and Id 4013
Can I delete .OST files without losing email messages?
Add DC to Windows Server 2003 Network - error msg
I have designed an website in flash as well in html, if the browser dont have flash then i want them to be directed to the html version, or else they need to directed to flash version
PHP: Accessing function from class