LocalDateTime time = techLogicTablePo.getCreateTime(); DateTimeFormatter dateTimeFormatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"); String createTime = dateTimeFormatter.format(time);
原文地址:https://www.cnblogs.com/liubaihui/p/10641829.html
时间: 2024-10-12 18:13:03