function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Amber090Amber090 

Remove Date/Time hyperlink

We have a Date/Time field on a visualforce page and there's a date/time hyperlink displayed next to the field.  How can we remove this hyperlink?  Our users won't use the hyperlink on this page.
Best Answer chosen by Amber090
Abhishek BansalAbhishek Bansal
Hi,

If the hyper link is visible on page than you must be using a outputLink on VF page.
Just remove this tag or convert it into outputField as per your requirement.

It would be more easy to help you if you can share your code here.
Let me know if you need any help on this.

Thanks,
Abhishek