Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道要使用哪种日期格式,尝试创建一个插件来生成可以导出为 excel 或 pdf 的报告。
我为 Timecharts 插件做了这个。尝试这样的事情:
创建日期Date = new Date(); 创建的字符串 = ManagerFactory.getOutlookDateManager().getOutlookDate(applicationProperties.getDefaultLocale()).formateDateTimePicker(createdDate);
〜马特