问题描述
我应该如何将 120 天添加到我使用简单日期格式获得的当前日期?
How should I add 120 days to my current date which I got using simple date format?
我看过一些关于它的帖子,但无法让它发挥作用,
I have seen few posts about it but couldn't get it to work,
我的代码如下:
SimpleDateFormat dateFormat = new SimpleDateFormat("dd/MM/yyyy");
//get current date time with Date()
Date date = new Date();
我需要使用 Calendar 库还是只使用简单的日期格式?
Do I need to use the Calendar library or can I just do it with simple date format?
推荐答案
基本上,您可以简单地使用 Calendar,它能够根据更改自动滚动日期的各个字段例如单个字段...
Basically, you can simple use a Calendar which has the capacity to automatically roll the various fields of a date based on the changes to a single field, for example...
Calendar cal = Calendar.getInstance();
cal.setTime(date);
cal.add(Calendar.DATE, 120);
date = cal.getTime();
仔细查看 日历 了解更多详情.
Take a closer look at Calendar for more details.
是的,有一种使用 Joda Time 的方法,但我可以更快地输入这个示例;)
Yes, there is a way to do this using Joda Time, but I could type this example quicker ;)
更新 JodaTime 示例
以下是使用 JodaTime 的示例.您可以直接使用 JodaTime 解析 String 值,但既然您已经这样做了,我就不打扰了...
The following is an example using JodaTime. You could parse the String value directly using JodaTime, but since you've already done that, I've not bothered...
Date date = ...;
DateTime dt = new DateTime(date);
dt = dt.plusDays(120);
date = dt.toDate();
这篇关于如何在java简单日期格式中添加天数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!


大气响应式网络建站服务公司织梦模板
高端大气html5设计公司网站源码
织梦dede网页模板下载素材销售下载站平台(带会员中心带筛选)
财税代理公司注册代理记账网站织梦模板(带手机端)
成人高考自考在职研究生教育机构网站源码(带手机端)
高端HTML5响应式企业集团通用类网站织梦模板(自适应手机端)