Oracle Apex - 创建带有时间的时间戳
我正在 Apex 中创建一个表单。我的字段之一是时间戳。 Apex 内置了一个日期选择器,这很棒,但我也想存储时间。
这样做的最佳方法是什么?我可以打印 2 个单独的盒子,一个用于日期,一个用于时间吗?
I'm creating a form in Apex. One of my fields is a timestamp. Apex puts in a datepicker, which is great, but I want to store a time as well.
What's the best way of doing this? Can I have 2 separate boxes printed, one for the date and one for the time?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道这应该很容易。作为记录,您只需为日期选择器提供一个包含时间的格式掩码,它将时间选择器添加到日期选择器。
I knew it should have been easy. For the record, you just give your date picker a format mask that includes the time and it adds time selector to the date picker.