简体   繁体   English

如何从 Oracle APEX 中的 LOV 中选择时间戳数据类型值

[英]How to choose a timestamp data type value from a LOV in Oracle APEX

See image https://imgur.com/a/bJkljBG见图片https://imgur.com/a/bJkljBG

What is a simple way to insert timestamp values in my setup?在我的设置中插入时间戳值的简单方法是什么?

The LOV right now exists of static content, I just filled in the '10:00' manually. LOV 现在存在静态内容,我只是手动填写了“10:00”。

Still a noob so I'm sorry if this is very obvious.仍然是菜鸟,所以如果这很明显,我很抱歉。

In the APEX page designer, after selecting your Tijd field, you need to set the format mask that matches the format of the Return Value of your LOV.在 APEX 页面设计器中,选择您的Tijd字段后,您需要设置与您的 LOV 的返回值格式匹配的格式掩码。 I created a quick demo application that shows the difference between using a format mask and not using a format mask.我创建了一个快速演示应用程序,显示了使用格式掩码和不使用格式掩码之间的区别。

在此处输入图片说明

This is what my LOV definition looks like:这是我的 LOV 定义的样子:

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM