Changeset 3884
- Timestamp:
- 04/09/08 14:38:36 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/clinicalsummary/src/org/openmrs/module/clinicalsummary/SummaryExportFunctions.java
r3864 r3884 255 255 public String getCD4CountReminder() throws Exception { 256 256 boolean duplicateCD4Obs = false; 257 DateFormat reminderFormat = new SimpleDateFormat("MMMMM ,yyyy");257 DateFormat reminderFormat = new SimpleDateFormat("MMMMM yyyy"); 258 258 DateFormat obsFormat = new SimpleDateFormat("dd-MMM-yyyy"); 259 259 GregorianCalendar tomorrow = new GregorianCalendar();