Skip to content
Snippets Groups Projects
Commit a5145eeb authored by Glenn Vorhes's avatar Glenn Vorhes
Browse files

updated demo

parent 8bef2c06
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,7 @@ var DayRange = (function () {
* @param {jQuery|HTMLElement|*} jQueryRef reference to the jquery element
*/
function DayRange(jQueryRef, dayRange) {
console.log('make day range');
this._workingDayRange = dayRange - 1;
var pickerHtml = '<label for="start-date" style="width: 78px; display: inline-block; margin:5px;">Start Date</label>' +
'<input type="text" readonly id="start-date" class="date-pick" style="width: 90px;">' +
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment