Changeset 24193 for platform/indesign

Show
Ignore:
Timestamp:
11/19/08 02:58:46 (5 years ago)
Author:
CL
Message:

表示がx年y月zだったので、日をくっつけた

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/indesign/javascript/icalcalendar/trunk/icalcalendar-popup.jsx

    r24191 r24193  
    361361                var description  
    362362                = dt.getFullYear() + "年" + (dt.getMonth() + 1) 
    363                 + "月" + dt.getDate() + "は\r\r"; 
     363                + "月" + dt.getDate() + "は\r\r"; 
    364364                description += week[dt.getDay()]; 
    365365                if (typeof (holidays[dtString]) != "undefined") {