0

See imagehttps://i.stack.imgur.com/BSlpn.jpg

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.

Still a noob so I'm sorry if this is very obvious.

EJ Egyed
  • 5,791
  • 1
  • 8
  • 23
JtotheY
  • 7
  • 1
  • 4
  • Do you have a Format Mask defined on the field that matches the format of the return value of your LOV? – EJ Egyed Nov 11 '20 at 13:18
  • Do you mean like setting a date format? No I do not. I also do not know where in the application I should define this Format Mask. – JtotheY Nov 11 '20 at 13:41

1 Answers1

0

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. I created a quick demo application that shows the difference between using a format mask and not using a format mask.

enter image description here

This is what my LOV definition looks like:

enter image description here

EJ Egyed
  • 5,791
  • 1
  • 8
  • 23