1/7 时间格式转换1.0

hlfyyy
wangwei 3 months ago
parent 728b494350
commit 6a3b32ad4c

@ -1677,7 +1677,7 @@ public class HlfyyyClient extends CommonHttpClient {
}
Date date = null;
try {
date = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").parse(item.getPrescribedate());
date = new SimpleDateFormat("dd/MM/yyyy HH:mm:ss").parse(item.getPrescribedate());
} catch (ParseException e) {
}

Loading…
Cancel
Save