You need to sign in to do that
Don't have an account?
sp13
custom date field in visualforce page
i have a visualforce page to search for records whose date is equal to the selected date in visualforce page.
how can i create a custom date field in vf page?
i have an object Schedule__c with a custom DateTime field Date_Time__c
i want to have a date field in the visualforce page to use for searching. is it possible?
how can i create a custom date field in vf page?
i have an object Schedule__c with a custom DateTime field Date_Time__c
i want to have a date field in the visualforce page to use for searching. is it possible?
All Answers
Yhat is working fine and actually i want show today date bydeflut in that filed, So Can you please help on this.
take constuctor with respect your controler and assighn the value to date field
ex: myDate=system.today();.