Thursday, January 6, 2011

Remove the date link (beside input field)

When you use input field for date field then along with the input date picker box it also provides a link of today's date on the right side of input field.
This occupies the space and at times does not look good on your beautifully designed visualforce page.

We can remove that date link. I saw a post on cookbook about that and thought of sharing it.
They have used a component which removes the link using css.
Here's the link for that and its clearly explained in it:
Hide the Current Date Link on an Inputfield

No comments: