com.stimulsoft.report.dictionary
Class StiFunctionsDate

java.lang.Object
  extended by com.stimulsoft.report.dictionary.StiFunctionsDate

public class StiFunctionsDate
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiFunctionsDate()
           
 
Method Summary
static java.lang.String dayOfWeek(StiDateTime date)
          Returns the day of the week.
static java.lang.String dayOfWeek(StiDateTime date, boolean localized)
          Returns the day of the week.
static java.lang.String dayOfWeek(StiDateTime date, java.lang.String culture)
          Returns the day of the week.
static java.lang.String dayOfWeek(StiDateTime date, java.lang.String culture, boolean upperCase)
          Returns the day of the week.
static java.lang.String monthName(StiDateTime date, boolean localized)
           
static java.lang.String monthName(StiDateTime date, java.util.Locale locale)
           
static java.lang.String monthName(StiDateTime date, java.lang.String culture)
           
static java.lang.String monthName(StiDateTime date, java.lang.String culture, java.lang.Boolean upperCase)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiFunctionsDate

public StiFunctionsDate()
Method Detail

monthName

public static java.lang.String monthName(StiDateTime date,
                                         java.util.Locale locale)

monthName

public static java.lang.String monthName(StiDateTime date,
                                         boolean localized)

monthName

public static java.lang.String monthName(StiDateTime date,
                                         java.lang.String culture)

monthName

public static java.lang.String monthName(StiDateTime date,
                                         java.lang.String culture,
                                         java.lang.Boolean upperCase)

dayOfWeek

public static java.lang.String dayOfWeek(StiDateTime date)
Returns the day of the week.

Parameters:
date -
Returns:

dayOfWeek

public static java.lang.String dayOfWeek(StiDateTime date,
                                         boolean localized)
Returns the day of the week.

Returns:

dayOfWeek

public static java.lang.String dayOfWeek(StiDateTime date,
                                         java.lang.String culture)
Returns the day of the week.

Parameters:
date -
culture -
Returns:
Throws:
java.lang.Exception

dayOfWeek

public static java.lang.String dayOfWeek(StiDateTime date,
                                         java.lang.String culture,
                                         boolean upperCase)
Returns the day of the week.

Parameters:
date -
culture -
upperCase -
Returns:
Throws:
java.lang.Exception