Hi,
In the Calendar View, by default the time will showed on top of each entry.
If you are entering time at the time of new item creation thats fine. But if you are using only Date field then it shows you as 12:00 AM for each entry. In order to hide that in Month and Week view:
1) Site Actions -> Edit Page-> Add WebPart -> Content Editor WebPart.
2) Modify Shared WebPart -> Source Editor.
3) Paste this code
.
Done.
Please Leave a comment if this post is helpful to you. Thanks.
In the Calendar View, by default the time will showed on top of each entry.
If you are entering time at the time of new item creation thats fine. But if you are using only Date field then it shows you as 12:00 AM for each entry. In order to hide that in Month and Week view:
1) Site Actions -> Edit Page-> Add WebPart -> Content Editor WebPart.
2) Modify Shared WebPart -> Source Editor.
3) Paste this code
"style
td.ms-cal-monthitem A NOBR {display:none;}NOTE: style are HTML tags.
a.ms-cal-dayitem NOBR {display:none;}
/style"
.
Done.
Please Leave a comment if this post is helpful to you. Thanks.
This didn't work for me. Looks like the code wasn't applied at all, as in the content editor didn't append the added code to the source code. Would you know what could possible be wrong?
ReplyDeleteThis post has been helpful to me in hiding the time information of day, week and month calendar.
ReplyDeleteThanks.