nativescript-modal-datetimepicker
nativescript-modal-datetimepicker copied to clipboard
Support for both Date and Time
Is it possible to configure the format "Date + Time" together ? See attach.
If no, is planned this extension?
Thanks for the suggestion.
This can be created using NativeScript's DatePicker and TimePicker, inside a modal page.
Just by using a Stacklayout with orientation horizontal, and stacking the datepicker and timepicker.
https://docs.nativescript.org/angular/ui/ng-ui-widgets/date-picker
https://docs.nativescript.org/angular/ui/ng-ui-widgets/time-picker