// Starting development of data range picker

This commit is contained in:
Jerome Nadaud
2013-10-11 16:12:40 +02:00
parent 1849995291
commit bedcacf0b4
5 changed files with 213 additions and 56 deletions
@@ -17,14 +17,6 @@
* limitations under the License.
* ========================================================= */
$(function() {
var currentMonth = new Date(Date.now());
var previousMonth = new Date(new Date(currentMonth).setMonth(currentMonth.getMonth()-1));
$('.datepicker1').datepicker("setValue",previousMonth);
$('.datepicker2').datepicker("setValue",currentMonth);
$("#date-start").focus().addClass("input-selected");
});
//click action
!function( $ ) {
var click, switched, val, start, end, over;