Postingan

Menampilkan postingan dari Desember, 2010

How To Create Function Today() in SharePoint List

Gambar
  To make a calculated column today on SharePoint like excel picture above is highly unlikely because the calculated columns c an not get the function = TODAY (). Therefore, there are tips to do today on calculated column in SharePoint. How: 1. Create a column with the name of the Today in SharePoint with date data type and default value have, like the image below: 2 . After a column by name earlier today , create another column with the name of whatever . I am here to take an example with the name get date with a data type and then calculated the formula is loaded with = Today , today here in which we get from the column created earlier and the data return is date and time . As the picture below: which I circled is that should we choose and content of the data return, why date and time because the value that we need to display the date be for la...

Customize Calender Navigator

Gambar
How to customize a calendar Navigator? It’s simple, but we must have SharePoint Designer. Because we will edit it with hard code. Do the following instructions: Step 1 : Create Calender List Using Calender Template. Inside the circle is the calendar navigator. Step 2 : After then, open our SharePoint Designer and paste the url link and open it. Step 3: After we open our site. Now we must search our calendar list in folder list and search file calendar.aspx.   Open the code by double clicking on file calendar.aspx. Step 4: After we open the source code, we must search SharePoint Navigator code  under source code. After we found the SharePoint Calendar Navigator code, we must cut the code and move the code under SharePoint PlaceHolder main. After that save the page aspx and now we have a new customize calendar navigator like the following:   Finish . .  I hope this ...