working on front end

got dates to work (sort of) now neet to actually send tranx to backend
This commit is contained in:
dm
2016-08-25 14:16:52 -07:00
parent 2da179aee4
commit da62df1bcd
6 changed files with 1029 additions and 18 deletions
File diff suppressed because one or more lines are too long
+6
View File
@@ -57,3 +57,9 @@ function send() {
});
}
};
$("#datepicker").datepicker( {
format: "mm-yyyy",
viewMode: "months",
minViewMode: "months"
});