I wanted to know if we can implement both the date and the timer in one view ...
In our application for iPhone, you can select the date and time through one view. But on Android, we have a date picker and a timer that is used separately. Is there any way I can get date and time values ββfrom a single view?
There is no built-in widget that implements both date and time. However, you can create your own custom view for yourself, possibly combining the existing DatePicker and TimePicker .
DatePicker
TimePicker
Source: https://habr.com/ru/post/1306011/More articles:How to get the target path for the UserName / My Pictures folder? - c #Is there an MVC SiteMap Provider that supports the ASP.NET MVC 2 Areas feature? - asp.net-mvc-2Are there any PDF libraries for J2ME? - pdfCall boost :: scoped_ptr in boost :: python - c ++Replacing calloutaccessoryview in mkannotationview - iphonePython newbie: trying to create a script that opens a file and replaces words - pythonHow to set default date time as system date time in mysql - mysqlProblems with mod_Rewrite - phpUse color names from image - ruby ββ| fooobar.comTransitive SQL query in one table - sqlAll Articles