Fix: Date format was too short to know which month date is.
This commit is contained in:
parent
4fd6ce5e0d
commit
d6fd383d17
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* 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
|
* 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
|
* 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
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
* $Source$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\file htdocs/compta/paiement/info.php
|
\file htdocs/compta/paiement/info.php
|
||||||
\ingroup facture
|
\ingroup facture
|
||||||
\brief Onglet info d'un paiement
|
\brief Onglet info d'un paiement
|
||||||
\version $Revision$
|
\version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require("./pre.inc.php");
|
require("./pre.inc.php");
|
||||||
|
|||||||
@ -455,7 +455,7 @@ class Conf
|
|||||||
$this->format_hour_short="%H:%M";
|
$this->format_hour_short="%H:%M";
|
||||||
$this->format_date_text_short="%d %b %Y";
|
$this->format_date_text_short="%d %b %Y";
|
||||||
$this->format_date_hour_short="%d/%m/%Y %H:%M";
|
$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";
|
$this->format_date_short_java="dd/MM/yyyy";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user