]> git.saurik.com Git - wxWidgets.git/commitdiff
made dates in comments consistent
authorRobin Dunn <robin@alldunn.com>
Tue, 7 Dec 2004 17:53:56 +0000 (17:53 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 7 Dec 2004 17:53:56 +0000 (17:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wx/lib/CDate.py

index 40574adc8261018e57eb6511c1a1c0e0956d2569..76a1a296c60ad5367eaa0a170f6202c58e2c904b 100644 (file)
@@ -4,10 +4,10 @@
 # Author:       Lorne White (email: lwhite1@planet.eon.net)
 #
 # Created:
-# Version       0.2 1999/11/08
+# Version       0.2 08-Nov-1999
 # Licence:      wxWindows license
 #----------------------------------------------------------------------------
-# Updated:      12/01/2004
+# Updated:      01-Dec-2004
 # Action:       Cast the year variable to an integer under the Date Class
 # Reason:       When the year was compared in the isleap() function, if it was
 #               in a string format, then an error was raised.