Revision: 4510 http://sourceforge.net/p/vexi/code/4510 Author: mkpg2 Date: 2013-04-14 08:08:33 +0000 (Sun, 14 Apr 2013) Log Message: ----------- Fix. Using incorrect date type.
Modified Paths: -------------- trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/yearfield.t Modified: trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/yearfield.t =================================================================== --- trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/yearfield.t 2013-04-11 23:25:53 UTC (rev 4509) +++ trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/yearfield.t 2013-04-14 08:08:33 UTC (rev 4510) @@ -184,7 +184,7 @@ break; case "enter": if (value==null) { - value = vexi.js.Date.today.as("YQ"); + value = vexi.js.Date.today.as("Y"); } else { value = value; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn