Quantcast
Channel: Topics in Category: Can I do this with LimeSurvey? - LimeSurvey forums
Viewing all articles
Browse latest Browse all 17529

Avoiding choosing holidays and weekend days on date questions - by: tpartner

$
0
0
A script like this will disable weekends and some holidays in the Bootstrap Datepicker (dates depend on your format setting):

<script type="text/javascript" charset="utf-8">
	$(document).ready(function(){
		// Disable weekends
		$('#answer{SGQ}_datetimepicker').data('DateTimePicker').daysOfWeekDisabled([0,6]);
		// Disable holidays
		$('#answer{SGQ}_datetimepicker').data('DateTimePicker').disabledDates(['04-09-2017', '09-10-2017', '25-12-2017', '26-12-2017', '01-01-2018']);
	});
</script>

Sample survey attached:

File Attachment:

File Name: limesurvey_survey_885886_2017-08-22.lss
File Size: 13 KB

Viewing all articles
Browse latest Browse all 17529

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>