Use datetime calendar to choose a date and/or time from a popup calendar. This can be used as a replacement for the bootstrap-ui datepicker-popup control
Pick a date range, using two dates. Use minDate and maxDate to make sure your end date cannot be before your start date and vice-versa
Date picker only passes in the model and isOpen parameters, the rest are determined by the constant uiDatetimePickerConfig
Use dropup to make the dropdown menu go upwards instead of down. NOTE: Cannot currently use append-to-body="true" with dropup class
Use a particular view mode only for the datepicker.
Set a default time when choosing a date
Pick a minimum time in 1 picker and a maximum time in another picker. The opposite picker will disable so you cannot overlay the ranges