Class CurrentTimestampCalculator

java.lang.Object
org.openxava.calculators.CurrentTimestampCalculator
All Implemented Interfaces:
Serializable, ICalculator

public class CurrentTimestampCalculator extends Object implements ICalculator
Returns the current time in java.sql.Timestamp format.

Author:
Eduardo Escrihuela
See Also:
  • Constructor Details

    • CurrentTimestampCalculator

      public CurrentTimestampCalculator()
  • Method Details