You are here

class SocialCalc_Constants in Sheetnode 7.2

Same name and namespace in other branches
  1. 5 socialcalc.inc \SocialCalc_Constants
  2. 6 socialcalc.inc \SocialCalc_Constants
  3. 7 socialcalc.inc \SocialCalc_Constants

Hierarchy

Expanded class hierarchy of SocialCalc_Constants

File

./socialcalc.inc, line 15
SocialCalc manipulation functions.

View source
class SocialCalc_Constants {
  public static $defaultFormatp = '#,##0.0%';
  public static $defaultFormatc = '[$$]#,##0.00';
  public static $defaultFormatdt = 'd-mmm-yyyy h:mm:ss';
  public static $defaultFormatd = 'd-mmm-yyyy';
  public static $defaultFormatt = '[h]:mm:ss';
  public static $defaultDisplayTRUE = 'TRUE';
  public static $defaultDisplayFALSE = 'FALSE';

}

Members