** -> *
[squirrelmail.git] / functions / date.php
index 4ed0426a032d385a154fb94690e60f5212e63941..82e2ee659ed9147fc49c27f46eb97e89e6d86395 100644 (file)
@@ -1,17 +1,18 @@
 <?php
+
    /**
-    **  date.php
-    **
-    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
-    **  Licensed under the GNU GPL. For full terms see the file COPYING.
-    **
-    **  Takes a date and parses it into a usable format.  The form that a
-    **  date SHOULD arrive in is:
-    **        <Tue,> 29 Jun 1999 09:52:11 -0500 (EDT)
-    **  (as specified in RFC 822) -- 'Tue' is optional
-    **
-    **  $Id$
-    **/
+    *   date.php
+    *
+    *   Copyright (c) 1999-2001 The Squirrelmail Development Team
+    *   Licensed under the GNU GPL. For full terms see the file COPYING.
+    *
+    *   Takes a date and parses it into a usable format.  The form that a
+    *   date SHOULD arrive in is:
+    *         <Tue,> 29 Jun 1999 09:52:11 -0500 (EDT)
+    *   (as specified in RFC 822) -- 'Tue' is optional
+    *
+    *   $Id$
+    */
 
    // corrects a time stamp to be the local time
    function getGMTSeconds($stamp, $gmt) {