Rev 1987 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php/*** $Id: no.php,v 1.1 2007-06-25 09:55:28 alexandre_tb Exp $* @author Asgeir Frimannsson <asgeir(@)frimannsson.com>*/$this->dateFormats = array(I18Nv2_DATETIME_SHORT => '%d.%m.%y',I18Nv2_DATETIME_DEFAULT => '%d.%b.%Y',I18Nv2_DATETIME_MEDIUM => '%d.%b.%Y',I18Nv2_DATETIME_LONG => '%d. %B %Y',I18Nv2_DATETIME_FULL => '%A %d. %B %Y');$this->timeFormats = array(I18Nv2_DATETIME_SHORT => '%H:%M',I18Nv2_DATETIME_DEFAULT => '%H:%M:%S',I18Nv2_DATETIME_MEDIUM => '%H:%M:%S',I18Nv2_DATETIME_LONG => '%H:%M:%S %Z',I18Nv2_DATETIME_FULL => 'kl %H.%M %Z');?>