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.