成都创新互联网站制作重庆分公司

javaDate类和DateFormt类和Calendar类写可视化日历版本二,键盘实现输入

    Scanner scanner=new Scanner(System.in);   //创建输入对象
    String s=scanner.nextLine();               //获取输入字符串
    DateFormat it =new SimpleDateFormat("yyyy-MM-dd");
    Date d=it.parse(s);

    Calendar c= new GregorianCalendar();
    c.setTime(d);
    int day=c.get(Calendar.DAY_OF_MONTH);
    c.set(Calendar.DAY_OF_MONTH,1);

    System.out.println("日\t一\t二\t三\t四\t五\t六");
    for(int i=0;i

文章标题:javaDate类和DateFormt类和Calendar类写可视化日历版本二,键盘实现输入
网页路径:http://cxhlcq.com/article/jgspjj.html

其他资讯

在线咨询

微信咨询

电话咨询

028-86922220(工作日)

18980820575(7×24)

提交需求

返回顶部