Package mondrian.udf

Class CurrentDateStringUdf

java.lang.Object
mondrian.udf.CurrentDateStringUdf
All Implemented Interfaces:
UserDefinedFunction

public class CurrentDateStringUdf extends Object implements UserDefinedFunction
User-defined function CurrentDateString, which returns the current date value as a formatted string, based on a format string passed in as a parameter. The format string conforms to the format string implemented by Format.
Author:
Zelaine Fong
  • Constructor Details

    • CurrentDateStringUdf

      public CurrentDateStringUdf()
  • Method Details