import java.util.* ; public class DateBean { public String getDate() { return (new Date()).toString() ; } }