Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想计算一个人的年龄,我的出生日期BD=java.util.Date存储在一个变量中,我想得到这个人的年龄,例如 1 年 - 2 个月 - 3 天。
BD
java.util.Date
年龄必须与今天的日期一致。我是 grails 的新手,我不确定如何使用日期来操作哪些类型的变量可以帮助我。
我喜欢使用http://grails.org/plugin/joda-time插件来做日期数学。