SilverStream
Application Server 3.5

com.sssw.rt.expr
Class AgToday

java.lang.Object
 |
 +--com.sssw.rt.expr.AgToday

public class AgToday
extends Object

A runtime helper class for retrieving the current month, day of the month, and year.


Constructor Summary
AgToday()
           
 
Method Summary
static Date evaluate()
          Gets the current timestamp value and returns the year, month, and day of the month in a java.sql.Date object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgToday

public AgToday()
Method Detail

evaluate

public static Date evaluate()
Gets the current timestamp value and returns the year, month, and day of the month in a java.sql.Date object.

SilverStream
Application Server 3.5