getSysDate() Method

Usage

public java.lang.String getSysDate()

public java.lang.String getSysDate(pDateFormat)

Description

This method returns the system date of the machine running the session.

Parameters

Parameter

Type

Description

pDateFormat

String

Date format used to return the system date. For more information on the date format patterns, see Date Format in odi.

Examples

Current year is: :<%=odiRef.getSysDate("y")%>