Today

STD.Date.Today( )

Return:Today returns date_t (an UNSIGNED4 containing a date value in YYYYMMDD format) representing the current date.

The Today function returns the current date in the local time zone.

Example:

IMPORT STD;
  
D1 := STD.Date.Today();
     //D1 contains today's date