commented Window.alert
This commit is contained in:
parent
5def7389c2
commit
adba2f1973
|
@ -51,7 +51,7 @@ public class StringUtil {
|
|||
theDate = DateTimeFormat.getFormat("yyyyMMdd_HH-mm-ss").parse(date);
|
||||
}
|
||||
}catch (Exception e) {
|
||||
Window.alert(e.toString());
|
||||
//Window.alert(e.toString());
|
||||
}
|
||||
|
||||
if(theDate!=null) {
|
||||
|
|
Loading…
Reference in New Issue