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
Firefox fonts are clear, but many applications fuzzy?
Symantec v.11.0.4202.75 clients will not update
Copying and pasting a transparent GIF
PHP String Help to Determine Output and Layout of a Value
Domain account with read only permissions
SQL*Loader-128 Unable to begin session; ORA-01017: invalid username/password
Performance counters in VB.net
When to use IP-based or Name-based virtual servers for Apache
Print 'Incomplete' for crystal report subtotal if any detail records are zero
disposing user data types or instances of it