Front/JavaScript & jQuery
[jQuery] datepicker '-' 제거하고 숫자만 가져오는 정규식
은z
2021. 11. 15. 17:45
$("input[name='startDay']").eq(i).val().replace(/\-/g,'');