import java.util.*;public class time{public static void main(String args[]){Date now;now = new Date(); System.out.println("现在的时间是:"+now); }}