Signature:
dabo.ui.getDate(dt=None)
Description:
Displays a calendar dialog for the user to select a date. Defaults to the given date parameter, or to today if no value is passed.
Returns:
Returns an python datetime.date containing the selected date, or None if no selection was made.