apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Class: I18N_Common_en

Source Location: /I18N-0.8.4/Common/en.php

Class Overview




Variables


Child classes:

Inherited Variables

Inherited Methods


Class Details

[line 20]


[ Top ]


Class Variables

$dateFormats = array(
                            I18N_DATETIME_SHORT     =>  'd/m/y',
                            I18N_DATETIME_DEFAULT   =>  'd-M-Y',
                            I18N_DATETIME_MEDIUM    =>  'd-M-Y',                            I18N_DATETIME_LONG      =>  'd F Y',
                            I18N_DATETIME_FULL      =>  'l, d F Y'
                        )

[line 23]


Type:   mixed


[ Top ]

$numberFormat = array(
                                I18N_NUMBER_FLOAT   =>  array('3','.',','),I18N_NUMBER_INTEGER=>array('0','.',','),)

[line 42]

the NUMBER stuff
  • Var: the same parameters as they have to be passed to the number_format-funciton

Type:   array


[ Top ]

$timeFormats = array(
                            I18N_DATETIME_SHORT     =>  'H:i',
                            I18N_DATETIME_DEFAULT   =>  'H:i:s',
                            I18N_DATETIME_MEDIUM    =>  'H:i:s',                             I18N_DATETIME_LONG      =>  'H:i:s T O',
                            I18N_DATETIME_FULL      =>  'H:i \o\'\c\l\o\c\k T O'
                        )

[line 30]


Type:   mixed


[ Top ]



Documentation generated on Fri, 30 Apr 2004 21:59:10 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.