You need to sign in to do that
Don't have an account?
Davser
is there some way of having this displayed in the page with the date picker functionality?
inputfield functionality for non-sobject fields
Is there a way of having inputfield component functionality for fields that aren't part of an SObject?
For instance, if I define a variable in my controller object like:
Code:
public Date sampleDate {get; set;}
is there some way of having this displayed in the page with the date picker functionality?
With SObject Date fields it would be a simple case of an inputfield with its value attribute referring to the field.
Replacing the use of Contact above with a custom object that contains fields with names that make sense for your problem space would be a good idea.
Message Edited by dchasman on 06-13-2008 09:46 AM