comparison flys-artifacts/src/main/java/de/intevation/flys/exports/HistoricalDischargeCurveExporter.java @ 2588:7dd45896e941

Issue 459. Use a longer dateformat to display the complete year. flys-artifacts/trunk@4144 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 15 Mar 2012 10:32:50 +0000
parents 84cdde4bc482
children 1d8faeedda0c
comparison
equal deleted inserted replaced
2587:bece6f604899 2588:7dd45896e941
147 147
148 148
149 protected void wqt2CSV(CSVWriter writer, WQTimerange wqt) { 149 protected void wqt2CSV(CSVWriter writer, WQTimerange wqt) {
150 logger.debug("Add next WQTimerange to CSV"); 150 logger.debug("Add next WQTimerange to CSV");
151 151
152 DateFormat df = Formatter.getShortDateFormat(context); 152 DateFormat df = Formatter.getMediumDateFormat(context);
153 NumberFormat wf = Formatter.getHistoricalDischargeW(context); 153 NumberFormat wf = Formatter.getHistoricalDischargeW(context);
154 NumberFormat qf = Formatter.getHistoricalDischargeQ(context); 154 NumberFormat qf = Formatter.getHistoricalDischargeQ(context);
155 155
156 double[] wq = new double[3]; 156 double[] wq = new double[3];
157 157

http://dive4elements.wald.intevation.org