Question

How to get the system date dynamically in date time picker?

  • 6 April 2023
  • 1 reply
  • 105 views

Badge +4

Hi team,

In the scheduled tasks, is there any way to set the current system date as the value for the above marked “From Date” field dynamically everyday?

Thanks in advanced.


1 reply

Userlevel 7

Hi team,

In the scheduled tasks, is there any way to set the current system date as the value for the above marked “From Date” field dynamically everyday?

Thanks in advanced.

You might be able to use the Context Substitution Variables (CSV) e.g. #NOW# (sysadte), #TODAY# (trunc(sysdate), #TOMORROW# ('TRUNC(SYSDATE)+1'), #YESTERDAY# etc.

Reply