I want to set format to DateBox in GWT.
Format required is dd/MM/yyyy.
dd/MM/yyyy
I tried using:
DateTimeFormat dateFormat = DateTimeFormat.getFormat("dd/MM/yyyy");dateBoxObj.setFormat(new DateBox.DefaultFormat(dateFormat));
Any Help??
Aucun commentaire:
Enregistrer un commentaire