[+] Put in actual term dates

This commit is contained in:
Hykilpikonna
2019-11-09 15:37:52 -05:00
parent 6504cc033b
commit 0af393a1e4
+8 -1
View File
@@ -56,6 +56,13 @@ export default class Constants
};
// Terms (TODO: Actually get the terms dynamically
public static TERMS = [new Date('Sep 04 2019'), new Date('Nov 01 2019'), new Date('Feb 02 2020')];
public static TERMS =
[
new Date('Sep 04 2019'),
new Date('Nov 03 2019'),
new Date('Jan 19 2020'),
new Date('Mar 22 2020'),
new Date('Jun 05 2020'),
];
public static CURRENT_TERM = 1;
}