datePicker in GWT
问题 Hi have Date in a string Format. datevalue= [Tue Mar 06 06:00:00 CET 2012]. in my code i have textBox where value is set. when i click on textbox i see a datepicker . what i want to do is , In a datepicker the date should be highlighted whatever the value is in textbox . and also when i click datePicker the value in the text should be in a same format as [Tue Mar 06 06:00:00 CET 2012]. my code is. private TextBox getTimeLable(String datevalue) { // TODO Auto-generated method stub System.out