I created a control called DateTimePicker. It combines the DatePicker and TimePicker controls. This is due to the fact that we deal with DateTimes together a lot of time - not separately. The control is located in this Adapt.Presentation library. Bilateral binding patterns can be found inside the repo.
https://github.com/MelbourneDeveloper/Adapt.Presentation.git
Soon I will support the NuGet package, but I am updating it a bit slowly, so it is best to get the code and compile it now.
source share