fixes bug #7587 - reajuste automatico de vigencia

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@58651 d1611594-4594-4d17-8e1d-87c2c4800839
master
edgar 2016-08-02 19:43:07 +00:00
parent 01ac16b02f
commit 56b51b9140
1 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,8 @@ public final class DateUtil {
public static Integer DIA = Integer.valueOf(1000 * 60 * 60 * 24);
public static Integer UM_DIA = Integer.valueOf(1);
public static String ddMMaaHHmm = "dd/MM/yyyy hh:mm";
/**
* No need for an instance
*/