This commit is contained in:
Cameron Kaiser 2018-03-17 20:03:51 -07:00
parent e4694e1bd2
commit 8f266f3359
1 changed files with 7 additions and 0 deletions

View File

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