Skip to main content
Question

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

  • April 6, 2023
  • 1 reply
  • 251 views

Roshan Shashendra
Sidekick (Employee)
Forum|alt.badge.img+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

  • Superhero (Employee)
  • 1487 replies
  • April 11, 2023

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.