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
SET FOCUS AND CHANGE COLOUR
view source code for .exe file
Help with MySQL statement
How should I build some records based on the index of another table?
SQL Backups / Restore
Interior Colour
Syntax for Passing parameters from .net form to use for ORDER BY values
How to configure Busy Lamp Field - Speed dials on a Callmanager Express
VBA to delete a specific series of Access tables
Setting javascript cookies properly