summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rhizicore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js
index ffbab7ee..f72d5176 100644
--- a/scripts/rhizicore.js
+++ b/scripts/rhizicore.js
@@ -772,7 +772,7 @@ function deliverableTest() {
if (Math.random() > 0.7) status = "done";
else if (Math.random() > 0.5) status = "current";
else status = "waiting";
- var end = randomDate(new Date(), new Date("01-01-2018"));
+ var end = randomDate(new Date(), new Date("01/01/2018"));
var start = randomDate(new Date(), end);
graph.addNodeComplete("Task " + i, "deliverable", "perm", start, end, status);
}