- Posts: 56
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
<script> const months = ["January","February","March","April","May","June","July","August","September","October","November","December"]; const d = new Date(); let dd = months[d.getMonth()] + ' '+d.getDate() + ', '+d.getFullYear(); $('#question{QID} input[type="text"]').val(dd); </script>
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
For example, the user submitted the survey at 11:48 PM on march 23, 2022 but the survey records it as she completed the survey at 11:48 PM on march 24, 2022.
Please Log in to join the conversation.
Please Log in to join the conversation.
Other side of the date line?
Please Log in to join the conversation.