Subversion Repositories SmartDukaan

Rev

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

Rev 30067 Rev 30070
Line 514... Line 514...
514
		showRanges = false;
514
		showRanges = false;
515
	}
515
	}
516
	var rangedDatePicker = {
516
	var rangedDatePicker = {
517
		"todayHighlight": true,
517
		"todayHighlight": true,
518
		"opens": "right",
518
		"opens": "right",
519
		"startDate": startMoment || moment(),
519
		"startDate": moment().startOf('day'),
520
		"endDate": endMoment || moment(),
520
		"endDate": moment().endOf('day'),
521
		"autoclose": true,
521
		"autoclose": true,
522
		"alwaysShowCalendars": false,
522
		"alwaysShowCalendars": false,
523
		"autoUpdateInput": true,
523
		"autoUpdateInput": true,
524
		"locale": {
524
		"locale": {
525
			'format': 'DD/MM/YYYY'
525
			'format': 'DD/MM/YYYY'