Fix: Date format was too short to know which month date is.

This commit is contained in:
Laurent Destailleur 2008-07-20 17:40:36 +00:00
parent 4fd6ce5e0d
commit d6fd383d17
2 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<?php
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2004-2008 Laurent Destailleur <eldy@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -15,16 +15,13 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Source$
*/
/**
\file htdocs/compta/paiement/info.php
\ingroup facture
\brief Onglet info d'un paiement
\version $Revision$
\version $Id$
*/
require("./pre.inc.php");

View File

@ -455,7 +455,7 @@ class Conf
$this->format_hour_short="%H:%M";
$this->format_date_text_short="%d %b %Y";
$this->format_date_hour_short="%d/%m/%Y %H:%M";
$this->format_date_hour_text_short="%d %b %Y %H:%M";
$this->format_date_hour_text_short="%d %B %Y %H:%M";
$this->format_date_short_java="dd/MM/yyyy";