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 createdDate = new Date(); String created = ManagerFactory.getOutlookDateManager().getOutlookDate(applicationProperties.getDefaultLocale()).formatDateTimePicker(createdDate);
〜マット