We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af4c50 commit baf26afCopy full SHA for baf26af
src/main/java/edu/wpi/rbe/rbe2001/fieldsimulator/gui/GraphManager.java
@@ -89,7 +89,7 @@ public void clearGraph(int currentIndex) {
89
90
public void export(String type) throws Exception {
91
File desktop = new File(System.getProperty("user.home")+"/Desktop/");
92
- DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd-HH-mm-ss");
+ DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd_HH-mm-ss");
93
String timestamp =dateFormat.format(new Date());
94
System.out.println(timestamp);
95
for (int i = 0; i < numPid; i++) {
0 commit comments