添加部分退款接口
This commit is contained in:
@@ -635,10 +635,12 @@ public class DateUtils {
|
||||
return stringBuilder.toString();
|
||||
}
|
||||
|
||||
|
||||
|
||||
public static void main(String[] args) throws ParseException {
|
||||
|
||||
|
||||
System.out.println(DateUtils.convertString("20380306"));
|
||||
System.out.println(DateUtils.parse("20230707172528","yyyyMMddHHmmss"));
|
||||
//List<String> last6Months = getLast6Months();
|
||||
// List<String> last6Months = new ArrayList<>();
|
||||
// last6Months.add("2019-11");
|
||||
|
||||
Reference in New Issue
Block a user