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

Class: I18N_Common_da_DK

Source Location: /I18N-1.0.0/Common/da_DK.php

Class Overview




Variables


Inherited Variables

Inherited Methods


Class Details

[line 19]


[ Top ]


Class Variables

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

[line 43]


Type:   mixed


[ Top ]

$days =

[line 22]


Type:   mixed


[ Top ]

$daysAbbreviated =

[line 24]


Type:   mixed


[ Top ]

$months = array(
                            'januar',
                            'februar',
                            'marts',
                            'april',
                            'maj',
                            'juni',
                            'juli',
                            'august',
                            'september',
                            'oktober',
                            'november',
                            'december'
                        )

[line 28]


Type:   mixed


[ Top ]

$monthsAbbreviated = array( 'Jan' , 'Feb' , 'Mar' , 'Apr' , 'Maj' , 'Jun' ,'Jul' , 'Aug' , 'Sep' , 'Okt' , 'Nov' , 'Dec' )

[line 26]


Type:   mixed


[ Top ]

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

[line 63]

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      =>  '\k\l. H:i'
                        )

[line 51]


Type:   mixed


[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:36:11 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.