DateTime Picker Demo

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

{{ dates.date1 }}


Pick a time

{{ dates.date2 }}


Pick a date and time

{{ dates.date3 }}


Pick two dates to calculate difference

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

{{ dayRange }} (days)

Global Configured DateTime Picker

Date picker only passes in the model and isOpen parameters, the rest are determined by the constant uiDatetimePickerConfig

{{ dates.date6 }}