Source for file pcf_Date_Arr_DE.phpinc

Documentation is available at pcf_Date_Arr_DE.phpinc

  1. <?php
  2.   /**
  3.     * global date arrays
  4.     *
  5.     * @project    Open CSP-Management
  6.     * @package    common
  7.     * @category   datetime
  8.     *
  9.     * @author     Peter Krebs (pk)<p.krebs@wpus.at>
  10.     * @copyright  (c) 2002-2006 by WURM & Partner Unternehmensservice <http://www.wpus.at>
  11.     * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  12.     *
  13.     * @since pk-06-05-23
  14.     * @version pk-06-06-08 OSCP -> OCSP
  15.     *
  16.     ***/
  17.  
  18.     $GLOBALS['OCSP']['MONTHNAMES']=array(
  19.         1=>'J&auml;nner',
  20.         2=>'Februar',
  21.         3=>'M&auml;rz',
  22.         4=>'April',
  23.         5=>'Mai',
  24.         6=>'Juni',
  25.         7=>'Juli',
  26.         8=>'August',
  27.         9=>'September',
  28.         10=>'Oktober',
  29.         11=>'November',
  30.         12=>'Dezember'
  31.     );
  32.  
  33.     $GLOBALS['OCSP']['PCF_DATE_WEEKDAYS']=array(
  34.         0=>'Sonntag',
  35.         1=>'Montag',
  36.         2=>'Dienstag',
  37.         3=>'Mittwoch',
  38.         4=>'Donnerstag',
  39.         5=>'Freitag',
  40.         6=>'Samstag',
  41.         7=>'Werktags',
  42.         8=>'Sa,Sonn- u. Feiertag',
  43.         9=>'Montag-Sonntag',
  44.        10=>'Sonn- u. Feiertag'
  45.     );
  46. ?>

Documentation generated on Thu, 08 Jan 2009 17:47:45 +0100 by phpDocumentor 1.4.0a2