update transaction

This commit is contained in:
Aung Myo
2017-11-14 15:48:22 +06:30
parent 937576856f
commit f927d99807
7 changed files with 58 additions and 30 deletions

View File

@@ -145,6 +145,7 @@
// OK button is clicked
$('#from').bootstrapMaterialDatePicker().on('beforeChange', function(e, date){
console.log(date);
$('#from').val(date.format("DD-MM-YYYY"))
search_by_date();
});