update transaction
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user