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
dev.shiv1.3478599680068948E12dev.shiv1.3478599680068948E12 

By default displaying date in visualforce

Hi,

I wrote a visualforce page using a standard controller. In the page it displaying a date field with displaying weekdays(sun mon tue wed ...... sat). I don't know why this date field is displaying with calling in the controller and visualforce page. Please help me on this.

AsitM9AsitM9

Please paste the code, so we can understand your problem.

bujjibujji
use <apex:outputField> to display the date.
Bhawani SharmaBhawani Sharma
Please check your field is it has any default value set.