Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 964 → Rev 965

/trunk/src/org/tela_botanica/del/client/composants/votes/details/DetailListeVotesDeterminationVue.java
81,7 → 81,7
htmlTableau.setHTML(index, 1, contributeur);
htmlTableau.setHTML(index, 2, valeurVote+"");
htmlTableau.setHTML(index, 3, DateTimeFormat.getFormat(PredefinedFormat.DATE_SHORT).format(vote.getDate()));
htmlTableau.setHTML(index, 3, DateTimeFormat.getFormat("dd/MM/yyyy").format(vote.getDate()));
 
}