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 do I get a parent form value for jQuery.ajax post
MS Acces datbase with Microsoft visual 2008 realted question
Access 2003 in report how to change the results of data
Does viewdidload ever not-get-called?
counts records in a query
Firewall blocking external router
How do I remove "rassdk://" from Crystal Report Filename property?
AD 2008 and Exchange 2010 issue
HOWTO Configure Linux to Authenticate to remote eDirectory via LDAP
Do I have a kernel for using multiprocessor, yes, or no?