Hi All,
i am trying to get date field in below format while using in events
act_finish_ DATE := '&NEW:ACTUAL_FINISH';
which is throwing error “literal doesnt match format string”
it works fine when i hardcode the values in below format
actual_finish_ DATE := TRUNC(TO_DATE('25-OCT-23'), 'DDD');
can anyone suggest how can i make this work or any documentation related to which format is preferable while accepting the input for dates?
Regards,
Rakesh