728x90
document.addEventListener('click', function () {
let calendarEl = document.getElementById('calendar');
if (new Date() >= new Date('2023/06/03 21:00:00')
&& new Date() < new Date('2023/07/07 00:00:00')) {
alert('사용할 수 없습니다');
}
})
728x90
'프론트엔드 개발' 카테고리의 다른 글
현재 폴더에 프로젝트를 생성하려면? ./ (0) | 2023.06.24 |
---|---|
useEffect, interface, loading, API.. (0) | 2023.06.20 |
새로고침 할 때마다 이미지 변경 (0) | 2023.05.23 |
팝업창 띄우기 (0) | 2023.05.23 |
Ucaught TypeError: Cannot read properties of null (reading 'addEventListener') (0) | 2023.04.21 |
댓글