JAVA-date(计算时间差)
package demo;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Date;import java.util.Scanner;/** * @author Weirdo-world 计算从出生到现在生活了多少天 */public class Demo6 ...