sitelogo
  Skip Navigation Links
Brams On SharePoint
Information Worker > Blogs > Brams On SharePoint
SharePoint Consulting
SharePoint Guidance for Developers and Architects

You have by now heard of patterns and practices in any of the Microsoft application development frameworks including Smart client, WCF Security, Web Client Software etc. Now there is a new kid on the block called SharePoint Guidance. Here is the link http://msdn.microsoft.com/en-us/library/dd203468.aspx . This guidance helps architects and developers design, build, test, deploy and upgrade SharePoint intranet applications. Here is the home page for patterns and practices: http://msdn.microsoft.com/en-za/practices/default(en-us).aspx

Changing Date Format In SharePoint
To change a date format say to yyyy-mm-dd, go to "Site Action" then "Site Settings" under Site Administration, click Regional settings.
 
But the interesting thing is when you want to have the following format: dd-mmmm-yyyy, e.g 09-December-2008. What you need to do is the following:
 
Create a Date column(Call Date1), leave it on the default view 
Then create another column for your text version date  
Call it what ever you want "Date 2" or something 
Select Calculated (calculation based on other columns) type 
Down in the Formula window insert this formula:
TEXT([the name of your number date column goes here between the square brackets],"mmmm-dd-yyyy"), Click "Ok",
essentially you have the following in brackets =TEXT(Date1,"dd-mmmm-yyyy")
 
 

RSS Feed RSS 2.0 Feed