DU4L / CTFNote

CTFNote is a collaborative tool aiming to help CTF teams to organise their work.
GNU General Public License v3.0
0 stars 0 forks source link

Replace DateTimePicker with input type=datetime-local #84

Open frereit opened 2 years ago

frereit commented 2 years ago

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local#browser_compatibility

why use unnecessary javascript + external resources when we have a browser-native way to do the same thing?