当前日期日历天起的最近30天

2020-08-19 14:39发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


您好专家
 在以下日历天的最后30天的常规脚本中; 如果日期为" true",则需要传递秋天日期作为这些时间段之间的输入。需要帮助修改以下代码。
 您能帮忙分享代码修改代码吗?

 导入java.text.SimpleDateFormat

 def字符串customFunc(String arg1){
     def targetDate = new SimpleDateFormat('dd-MM-yyyy')。parse(arg1)
     今天的def = newDate()
     today.clearTime()返回targetDate.after(today.minus(31))&& targetDate.before(today.plus(1))?'true':'false'}

 谢谢
 Arjya 

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


您好专家
 在以下日历天的最后30天的常规脚本中; 如果日期为" true",则需要传递秋天日期作为这些时间段之间的输入。需要帮助修改以下代码。
 您能帮忙分享代码修改代码吗?

 导入java.text.SimpleDateFormat

 def字符串customFunc(String arg1){
     def targetDate = new SimpleDateFormat('dd-MM-yyyy')。parse(arg1)
     今天的def = newDate()
     today.clearTime()返回targetDate.after(today.minus(31))&& targetDate.before(today.plus(1))?'true':'false'}

 谢谢
 Arjya 
付费偷看设置
发送
2条回答
Baoming ROSE
1楼-- · 2020-08-19 15:27

您好Arjya,

下面的链接可能会对您有所帮助。

/img/questions/12739795/how-to-add-number-of-days-in-current-date-in-cpi-p.html

致谢,

Sriprasad Shivaram Bhat

hengyuye
2楼-- · 2020-08-19 15:14

尊敬的Sriprasad

实际上,感谢您的答复,我希望所有介于当前日期和过去30天之间的日期。这些日历天以外的任何时间都应忽略。我不想使用当前日期的-30,因为它可能无法满足日历天的要求

我对日期的判断是正确的还是错误的,但是我希望如果date = true,那么所有真实的日期都将显示在输出中。期待您的回音。

 def字符串customFunc(String arg1){
     def targetDate = new SimpleDateFormat('dd-MM-yyyy')。parse(arg1)
     今天的def = newDate()
     今天。clearTime()

 返回targetDate.after(today.minus(31))&& targetDate.before(today.plus(1))?'true':'false'}

 谢谢
 Arjya 

一周热门 更多>