Revision: 2022
http://vexi.svn.sourceforge.net/vexi/?rev=2022&view=rev
Author: clrg
Date: 2007-08-07 05:39:28 -0700 (Tue, 07 Aug 2007)
Log Message:
-----------
Bug fix datatype hackery
Modified Paths:
--------------
widgets/trunk/org.vexi.widgets/src/org/vexi/lib/widget/lazytable.t
Modified: widgets/trunk/org.vexi.widgets/src/org/vexi/lib/widget/lazytable.t
===================================================================
--- widgets/trunk/org.vexi.widgets/src/org/vexi/lib/widget/lazytable.t
2007-08-07 11:12:54 UTC (rev 2021)
+++ widgets/trunk/org.vexi.widgets/src/org/vexi/lib/widget/lazytable.t
2007-08-07 12:39:28 UTC (rev 2022)
@@ -102,7 +102,7 @@
var vm = v.substring(5,7);
if (vm.charAt(0) == '0') vm = vm.substring(1);
var vd = v.substring(8,10);
- if (vd.charAt(0) == '0') vd = vm.substring(1);
+ if (vd.charAt(0) == '0') vd = vd.substring(1);
var vo =
vexi.date(vexi.string.parseInt(v.substring(0,4)),
vexi.string.parseInt(vm),
vexi.string.parseInt(vd));
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn