fixes bug#22468
dev:valdir qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@107130 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
53d597fab2
commit
01caf732c7
|
@ -27,12 +27,13 @@ public final class DateUtil {
|
|||
* Formato 24Hs
|
||||
*/
|
||||
public static String ddMMaaHH24mm = "dd/MM/yyyy HH:mm";
|
||||
public static String ddMMaaHH24mmss = "dd/MM/yyyy HH:mm:ss";
|
||||
|
||||
/**
|
||||
* Formato 12hs
|
||||
*/
|
||||
public static String ddMMaaHHmm = "dd/MM/yyyy hh:mm";
|
||||
public static String ddMMaa = "dd/MM/yyyy";
|
||||
public static String ddMMaaaa = "dd/MM/yyyy";
|
||||
public static String ddMMaa_anodoisdigitos = "dd/MM/yy";
|
||||
public static String ddMMaa_sembarra = "ddMMyy";
|
||||
public static String HHmm = "HH:mm";
|
||||
|
|
Loading…
Reference in New Issue