Subversion Repositories SmartDukaan

Rev

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

Rev 23886 Rev 23892
Line 334... Line 334...
334
            'This Month': [moment().startOf('month'), moment().endOf('month')],
334
            'This Month': [moment().startOf('month'), moment().endOf('month')],
335
            'Last Month': [moment().subtract(1, 'month').startOf('month'), moment().subtract(1, 'month').endOf('month')]
335
            'Last Month': [moment().subtract(1, 'month').startOf('month'), moment().subtract(1, 'month').endOf('month')]
336
         }
336
         }
337
	}
337
	}
338
	return rangedDatePicker;
338
	return rangedDatePicker;
339
}
-
 
340
339
}
-
 
340
startDate = start.format(moment.HTML5_FMT.DATETIME_LOCAL_SECONDS);
-
 
341
endDate = end.format(moment.HTML5_FMT.DATETIME_LOCAL_SECONDS);
-
 
342
341
343