0
有沒有人知道使用哪種日期格式,試圖創建一個插件來生成可導出爲excel或pdf的報告。jira插件格式問題
有沒有人知道使用哪種日期格式,試圖創建一個插件來生成可導出爲excel或pdf的報告。jira插件格式問題
我爲Timecharts插件做了這個。嘗試這樣的:
Date createdDate = new Date(); String created = ManagerFactory.getOutlookDateManager()。getOutlookDate(applicationProperties.getDefaultLocale())。formateDateTimePicker(createdDate);
〜馬特
Thx的提示。 – zapping 2010-04-06 14:36:38