In this tutorial we are going to explore three date/datetime pickers options that you can easily use in a Django project. We are going to explore how to do it manually first, then how to set up a custom widget and finally how to use a third-party Django app with support to datetime pickers. Introduction Tempus Dominus Bootstrap 4Direct Usage Custom Widget XDSoft DateTimePickerDirect Usage Custom Widget Fengyuan Chen’s DatepickerDirect Usage Custom Widget Conclusions --- Introduction The imp...