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  
 
programming4us programming4us