From c5b77493c5d5e3cdfdd82f1491ec646b821b5cf9 Mon Sep 17 00:00:00 2001 From: chiu Date: Fri, 16 Aug 2019 10:53:29 +0800 Subject: [PATCH] =?UTF-8?q?Update=20excel=5Fformat.xlsx.axlsx=20=E6=8F=90?= =?UTF-8?q?=E9=86=92=E5=8F=AF=E8=BC=B8=E5=85=A5=E5=B9=BE=E8=99=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/admin/patents/excel_format.xlsx.axlsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/patents/excel_format.xlsx.axlsx b/app/views/admin/patents/excel_format.xlsx.axlsx index bfed97d..6acaab1 100644 --- a/app/views/admin/patents/excel_format.xlsx.axlsx +++ b/app/views/admin/patents/excel_format.xlsx.axlsx @@ -65,7 +65,7 @@ wb.add_worksheet(name: "Patents") do |sheet| row << t("personal_patent.publication_date") row1 << "date" - row2 << "Format: YYYY/MM, Example: 2015/12" + row2 << "Format: YYYY/MM/DD, Example: 2015/12/31" row << t("personal_patent.url") row1 << "textfield"