<<< Date formatting example | Index | Specific Date formats >>> |
GregorianCalendar gregEndDate = new GregorianCalendar( 2010, 11, 31, 7, 30 ); Date endDate = gregEndDate.getTime(); DateFormat defaultDate = DateFormat.getDateInstance(); String endDateString = defaultDate.format( endDate );
<<< Date formatting example | Index | Specific Date formats >>> |