[Vexi-svn] SF.net SVN: vexi:[4846] branches/vexi3

2016-03-19 Thread mkpg2
Revision: 4846 http://sourceforge.net/p/vexi/code/4846 Author: mkpg2 Date: 2016-03-16 15:27:46 + (Wed, 16 Mar 2016) Log Message: --- Improve/fix. Datetime entry. Typing dates was not working properly in datetime. After pressing enter it would always revert to the

[Vexi-svn] SF.net SVN: vexi:[4847] branches/vexi3/org.vexi-library.value/src/main/java /org/vexi/value/Date.java

2016-03-19 Thread mkpg2
Revision: 4847 http://sourceforge.net/p/vexi/code/4847 Author: mkpg2 Date: 2016-03-16 15:34:17 + (Wed, 16 Mar 2016) Log Message: --- Fix previous commit (did not mean to commit it). Return null when trying to parse date if there are too many number parts. e.g.

[Vexi-svn] SF.net SVN: vexi:[4848] branches/vexi3/org.vexi-library.js/src/main/jpp/org /ibex/js/JSDate.jpp

2016-03-19 Thread mkpg2
Revision: 4848 http://sourceforge.net/p/vexi/code/4848 Author: mkpg2 Date: 2016-03-16 21:35:57 + (Wed, 16 Mar 2016) Log Message: --- Date.nameOfMonth(), Date.nameOfWeek(). Built in methods for this, otherwise duplicating everywhere in vexi code. Modified Paths: