gpt4 book ai didi

java - 本地日期仅获取星期日期 Java

转载 作者:行者123 更新时间:2023-11-30 06:25:40 27 4
gpt4 key购买 nike

<分区>

我正在寻找一种仅从本地日期 (JODA TIME) API 获取周日期的方法?我正在尝试以这种格式编写代码..

LocalDate today = new LocalDate();
LocalDate getDate = new LocalDate(sqlDate);// i will recieve sqldate from sql table

//if the getdate and number of days to remind is equals to today
//and if it is between monday to friday ,send an email.
//ReminderDays is an integer
if(getDate+ReminderDays == today)
SendMail();

如果可能请提供代码?谢谢。

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com