Subversion Repositories SmartDukaan

Rev

Rev 25810 | Rev 26316 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25810 Rev 25813
Line 46... Line 46...
46
	accessoriesDeals = $accessoriesDeals;
46
	accessoriesDeals = $accessoriesDeals;
47
	$(function() {
47
	$(function() {
48
    	$('input[name="dateOfBirth"]').daterangepicker(getSingleDatePicker(), dateRangeCallback);
48
    	$('input[name="dateOfBirth"]').daterangepicker(getSingleDatePicker(), dateRangeCallback);
49
    	$('input[name="dgmfgdate"]').daterangepicker(getSingleDatePicker(), function (start, end) {
49
    	$('input[name="dgmfgdate"]').daterangepicker(getSingleDatePicker(), function (start, end) {
50
			startMoment = start;
50
			startMoment = start;
51
			endMoment = end;
-
 
52
			startDate = start.format(moment.HTML5_FMT.DATETIME_LOCAL_SECONDS);
51
			mfgDate = start.format(moment.HTML5_FMT.DATETIME_LOCAL_SECONDS);
53
			endDate = end.format(moment.HTML5_FMT.DATETIME_LOCAL_SECONDS);
-
 
54
		});
52
		});
55
    	formLoaded();
53
    	formLoaded();
56
	});
54
	});
57
	
55
	
58
</script>
56
</script>