Microsoft
Software
Hardware
Network
Question : Sharepoint Calculated Column Question:How to convert date to (YY) Month format from mm/dd/yy?
I want 6/16/2010 to look like '(10) June'. I know this can be done using a calculated column!
I want to do this in a SharePoint list.
This change in format will allow me to filter all projects by Month.
Answer : Sharepoint Calculated Column Question:How to convert date to (YY) Month format from mm/dd/yy?
="("&YEAR([Article Date])&") "&TEXT([Article Date],"mmmm")
will give you (YY) MonthName in a calculated column...
Random Solutions
How to create a log file (log_<date>.txt) for a DOS batch script
How to create a bootable USB drive for Windows installation
Excel 2007 move cells
Many Services not starting on Vista Boot
How to add images and change backcolor when select on tabpage header+vb.net 2005
Excel Printing Error on Ne07
Command Button Help!!
ActiveX Combo Box
Aero glass disappered
How to run an executable packaged inside a JAR?