goba            Fri Mar 22 06:35:31 2002 EDT

  Modified files:              
    /phpdoc/hu/functions        datetime.xml 
  Log:
  Getting in sync
  
  
Index: phpdoc/hu/functions/datetime.xml
diff -u phpdoc/hu/functions/datetime.xml:1.4 phpdoc/hu/functions/datetime.xml:1.5
--- phpdoc/hu/functions/datetime.xml:1.4        Thu Feb 14 13:20:22 2002
+++ phpdoc/hu/functions/datetime.xml    Fri Mar 22 06:35:30 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.67 Maintainer: kgergely Status: ready -->
+<!-- EN-Revision: 1.68 Maintainer: kgergely Status: ready -->
  <reference id="ref.datetime">
   <title>Dátummal és időponttal kapcsolatos függvények</title>
   <titleabbrev>Dátum/idő</titleabbrev>
@@ -317,7 +317,7 @@
 /* Tegyük fel, hogy most March 10th, 2001, 5:16:18 pm  van*/
 $today = date("F j, Y, g:i a");                 // March 10, 2001, 5:16 pm
 $today = date("m.d.y");                         // 03.10.01
-$today = date("j, m, Y");                       // 10, 3, 2001
+$today = date("j, n, Y");                       // 10, 3, 2001
 $today = date("Ymd");                           // 20010310
 $today = date('h-i-s, j-m-y, it is w Day z ');  // 05-16-17, 10-03-01, 1631 1618 6 
Fripm01
 $today = date('\M\a \a \h\ó\n\a\p j. \n\a\p\j\a \v\a\n.');   // Ma a hónap 10. napja 
van


Reply via email to