This commit is contained in:
Cameron Kaiser 2018-03-17 20:03:51 -07:00
parent e4694e1bd2
commit 8f266f3359

View File

@ -59,6 +59,13 @@ interface nsIDatePicker : nsISupports
*/ */
attribute AString maxDate; attribute AString maxDate;
/**
* The selected date.
*
* @return Returns the date currently selected.
*/
readonly attribute AString selectedDate;
/** /**
* Show date dialog. The dialog is displayed modally. * Show date dialog. The dialog is displayed modally.
* *