<<  <  7 of 13  >  >>
Back to your search
Classes > RIMBORSI > Listeners >

Default_data_pratica

Basic information
Default_data_pratica
Implementation
if(obj.getDateAttribute("DTPRATICA") == null) {
java.util.Date now = new java.util.Date();
obj.setDateAttribute("DTPRATICA", new java.sql.Date(now.getTime()));
}