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
Limit output length of a regular expression
Remove Shutdown Option From Windows 7 Start Menu
Delphi 7 not starting
ISA 2006 Server configuration of second intenal network
Oracle SQL -- WHERE NOT CLAUSE
Problems with this simple cookie demo
lookup table and stop a form opening if more than two entries match a criteria
Loop through XML file using VB.Net
paths in vb.net
Why does END TASK on a remoteapp session cause all remoteapp sessions to all servers to shut down?