Plumtree UI Infrastructure API  
 

DatePicker.GetSelectedDateAsString Method 

Returns the date as a String in the pattern format specified by the locale, null values in memeber variables, m_strYear, m_strMonth, or m_strDay indicate an invalid date so return the default, and empty String.

public override string GetSelectedDateAsString();

Return Value

String the date as a String

See Also

DatePicker Class | com.plumtree.uiinfrastructure.pagecontrols.datepicker Namespace