EditSyntax
<dlog:DatePicker id={unique ID} ObjectName={Object name} FieldName={Field name}>
</dlog:DatePicker>
Provides a pop-up date picker that populates a Date textbox. On submit, results in creating or updating a Date field.EditUsage
Displays a dynamic popup date picker in a webform.
EditAttributes
id: (Required) A unique identifier for the control. Multiple DatePickers may be used on a page, but each DatePicker control must have a unique ID.
ObjectName: (Optional) Reference to the database object name.
FieldName: (Required) The date field name to be created or updated on submit.
EditExample
<dlog:DatePicker id="DueDateField" ObjectName="Case" FieldName="DueDate__c">
</dlog:DatePicker>