I've imported the second calendar and date question from the library (the one that collects month, day, year in column format)
In JS, I set the year to start at 1970 - test in preview and that works fine.
However, I only want to collect month and year (not day) but if I remove the 'day' column (by clicking remove column from the question) and then preview, I get all the years from 1900 ie it doesn't limit it to just 1970 onwards.
Can someone help please?
Solved
Qualtrics 'select date' question from library: how to display only month and yr & still limit years
Best answer by SurajK
You can add the base logic for Day column to hide and comment out the 2 lines from JS,
//var day=document.getElementsByName('QR~'+qid+'~2')[0];
// var days=day.getElementsByTagName("option");
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

Thanks 

