From 6ccaf59b02606636362928f1ba7eb051d68e887c Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 5 Jul 2004 12:46:12 +0000 Subject: [PATCH] Modif style de la date --- htdocs/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/index.php b/htdocs/index.php index ab6648a388d..26236835126 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2001-2004 Rodolphe Quiedeville * * 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 @@ -23,7 +23,7 @@ require("./pre.inc.php"); llxHeader(); -print_fiche_titre("Nous sommes le ".dolibarr_print_date(mktime()).', vous êtes connecté en tant que ' . $user->prenom . ' ' . $user->nom .' ['.$user->code.']', 'A propos'); +print_fiche_titre("Nous sommes le ".dolibarr_print_date(mktime(),"%A %e %B %Y").', vous êtes connecté en tant que ' . $user->prenom . ' ' . $user->nom .' ['.$user->code.']', 'A propos'); print "
\n"; /*