Please enable JavaScript to view this site.

ESL Documentation

Special Inquiry Built-in Function

Return the current date.

date

Description

The value returned for the date function is the current date as MM/DD/YY, where:

MM is the month, and appears as 1 or 2 digits.

DD is the day, and appears as 1 or 2 digits.

YY is the year, and appears as 2 digits.

Example

 

response to CheckDate_PB

 change Calendar todate

 extract from date

         take to "/" Month_SV

         skip "/"

         take to "/" Day_SV

         skip "/"

         take to last Year_SV

See Also

DATELIB Date Library Functions

time Special Inquiry Built-in Function