nativescript-modal-datetimepicker icon indicating copy to clipboard operation
nativescript-modal-datetimepicker copied to clipboard

Support for both Date and Time

Open ematechno opened this issue 7 years ago • 1 comments

Is it possible to configure the format "Date + Time" together ? See attach.

capture

If no, is planned this extension?

ematechno avatar Dec 05 '18 11:12 ematechno

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

shiv19 avatar Dec 11 '18 10:12 shiv19