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-87c2c4800839master
parent
01ac16b02f
commit
56b51b9140
|
@ -22,6 +22,8 @@ public final class DateUtil {
|
||||||
public static Integer DIA = Integer.valueOf(1000 * 60 * 60 * 24);
|
public static Integer DIA = Integer.valueOf(1000 * 60 * 60 * 24);
|
||||||
public static Integer UM_DIA = Integer.valueOf(1);
|
public static Integer UM_DIA = Integer.valueOf(1);
|
||||||
|
|
||||||
|
public static String ddMMaaHHmm = "dd/MM/yyyy hh:mm";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* No need for an instance
|
* No need for an instance
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue