单一视图中的日期和时间选择器

发布于 2024-08-28 09:35:24 字数 141 浏览 10 评论 0原文

我想知道我们是否可以在一个视图中同时实现日期和时间选择器...

在我们的 iPhone 应用程序中,您可以通过一个视图同时选择日期和时间。但在 Android 中,我们有单独使用日期选择器和时间选择器。有没有一种方法可以从一个视图中获取日期和时间的值?

I wanted to know whether we can implement both date and time picker in one view...

In our iPhone app you can pick both date and time through one view. But in Android we have date picker and time picker used separately. Is there any method by which I can get values of both date and time from one view?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

用心笑 2024-09-04 09:35:24

没有内置的小部件可以同时实现日期和时间选择器。但是,您可以为此创建自己的自定义视图,或许可以结合现有的 DatePickerTimePicker

There is no built in widget that implements both a date and time picker. However, you can create your own custom view for that, perhaps combining the existing DatePicker and TimePicker.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文