Hello,
I’ve a question regarding date and time format of oracle apex.
Issue:
I want to store date and time to oracle db through oracle apex 20.1. but it isn’t supporting date and time and saving only date. but, when I’m changing date format of apex field to date and time its giving error ORA-01843 not a valid month.
while storing date and time use to_char(yourdate,’DD-MM-YYYY HH24:MM:SS’) to store date with time