Solved

How do I show the hour and min from a datetime in my application?

  • 20 February 2019
  • 1 reply
  • 100 views

Hello Community,

I want to show the exact time of a new added record. I use the datatype datetime for the record i want to show.

In SQL Manager it does show the hour/min/seconds, but in my application it doesn't. See below for reference.

How do I show the hour and min from a datetime in my application?

Sql manager




Application



Kind regards,
Thijs Holterman
icon

Best answer by Pim 20 February 2019, 15:46

View original

1 reply

Userlevel 3
Badge +3
Is the control type of your domain set to 'date-time' and not just 'date'?

Reply