first comit
This commit is contained in:
14
static/js/plugins/calendar/main.js
Normal file
14
static/js/plugins/calendar/main.js
Normal file
@@ -0,0 +1,14 @@
|
||||
$(function() {
|
||||
|
||||
rome(input_from, {
|
||||
dateValidator: rome.val.beforeEq(input_to),
|
||||
time: false
|
||||
});
|
||||
|
||||
rome(input_to, {
|
||||
dateValidator: rome.val.afterEq(input_from),
|
||||
time: false
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user