Revision: 4566
http://sourceforge.net/p/vexi/code/4566
Author: mkpg2
Date: 2013-10-10 18:10:05 +0000 (Thu, 10 Oct 2013)
Log Message:
-----------
Fix.
Modified Paths:
--------------
branches/vexi3/org.vexi-library.js/src/main/jpp/org/ibex/js/JSDate.jpp
Modified: branches/vexi3/org.vexi-library.js/src/main/jpp/org/ibex/js/JSDate.jpp
===================================================================
--- branches/vexi3/org.vexi-library.js/src/main/jpp/org/ibex/js/JSDate.jpp
2013-10-10 18:05:24 UTC (rev 4565)
+++ branches/vexi3/org.vexi-library.js/src/main/jpp/org/ibex/js/JSDate.jpp
2013-10-10 18:10:05 UTC (rev 4566)
@@ -168,8 +168,8 @@
* @type(Number) */
case "day": return getPartJS(key);
case "weekday": return getPartJS(key);
- case "hours": return getPartJS(key);
- case "minutes": return getPartJS(key);
+ case "hour": return getPartJS(key);
+ case "minute": return getPartJS(key);
case "time": return JSU.S(date.formatTime());
case "seconds": throw new JSExn("Unsupported: "+key);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn