Hi,
Under APEX 24 I have an intractive Grid on page 12. I enter the dates (DATE_DEBUT) and DATE_FIN with an hour. When I save the IG the dates appear with a hour date set to 00:OO. I don't know why. The mask format of the dates is “DD/MM/YYYY HH24:MI”.
Dates as I set them :

When I save the IG the dates appear with a time set to 00:00 :

The request of the interactive grid is :
select ID,
DATE_DEBUT,
DATE_FIN,
ID_MISSION, DATE_FIN - DATE_DEBUT "Durée (j.)"
from CY_MISSION_HEURE
where ID_MISSION = :P12_ID
Why does this happen ?
Best regards.