archiver to use dates as default

This commit is contained in:
benfry
2005-12-21 17:01:16 +00:00
parent 57f984b2d5
commit 74c3c3a67c

View File

@@ -35,7 +35,7 @@ public class Archiver {
Editor editor;
// someday these will be settable
boolean useDate = false;
boolean useDate = true; //false;
int digits = 3;
NumberFormat numberFormat;