Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 4499

Show
Ignore:
Timestamp:
06/02/08 09:46:24 (7 months ago)
Author:
catullus
Message:

childvctreport2: changed format to csv

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/childvctreport2/src/org/openmrs/module/childvctreportmodule/ReportEmailTask.java

    r4497 r4499  
    4747 
    4848                SimpleDateFormat limitedDateFormat = new SimpleDateFormat("yyyyMMMdd"); 
    49                 String attachmentFileName = limitedDateFormat.format(beginDate) + "to" + limitedDateFormat.format(endDate) + "childVCTReport.xls"; 
     49                String attachmentFileName = limitedDateFormat.format(beginDate) + "to" + limitedDateFormat.format(endDate) + "childVCTReport.csv"; 
    5050                String emailAttachment = ""; 
    5151                try {