Overview of Date Methods
Siebel eScript provides the following ways to work with dates:
The standard date object in JavaScript.
The Clib object that implements routines from the C programming language. For more information, see C Language Library Reference.
The following methods convert dates in the format of one date system to the format of the other date system:
Date.fromSystem
Date.toSystem
This chapter describes the JavaScript Date object.
To indicate the name of a variable that you create to hold a date value, this chapter uses dateVar.