摘要: public class DateAdapterForDay extends XmlAdapter { private SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd"); @Override public String marshal(Date v) throws Ex... 阅读全文
posted @ 2017-07-19 09:44 tonggc1668 阅读(142) 评论(0) 推荐(0)
摘要: import java.text.SimpleDateFormat;import java.util.Date; import javax.xml.bind.annotation.adapters.XmlAdapter; 阅读全文
posted @ 2017-07-19 09:44 tonggc1668 阅读(251) 评论(0) 推荐(0)