Uiinfrastructure API Docs  
 

PTDatePicker.GetDatePicker Method 

This returns an HTML INPUT box followed by a calendar button which, when pressed, displays a calendar from which a date can be chosen. * \u0009

public static HTMLElement GetDatePicker(
   string strImageServerURL,
   string strVarName,
   string strFormName,
   string strInputName,
   string strButtonName,
   string strStartDate
);

Parameters

strImageServerURL
- The URL to where the date picker images are stored. This URL must contain the trailing slash.
strVarName
- A unique variable used in writing out the script tag
strFormName
- The name of the form the control is displayed in
strInputName
- The name for the input box generated by the construct
strButtonName
- The name for the button generated by the construct
strStartDate
- The string to populate initially in the date control

See Also

PTDatePicker Class | com.plumtree.xpshared.htmlconstructs Namespace