Hi, I am creating a military application using weblogic 11g and I have a problem with joda time method
new DateTime(int, int, int, int, int, int);
this is an abandoned exception exception but when I use new DateTime(int, int, int, int, int, int, int); (one int more), it works great update:
DateTime start = new DateTime(1990, 1, 1, 0, 0, 0); this doesnt works DateTime start = new DateTime(1990, 1, 1, 0, 0, 0, 0); this works
Any idea where the problem is? THX
hudi
source share