Advertisement
sissou123

Untitled

Sep 28th, 2023
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | Source Code | 0 0
  1. function attachEventsListeners() {
  2. const buttons = document.querySelectorAll('input[type="button"]');
  3. const inputFields
  4. let now = new Date();
  5. alert( now ); // shows current date/time
  6. // 0 means 01.01.1970 UTC+0
  7. let Jan01_1970 = new Date(0);
  8. alert( Jan01_1970 );
  9. https://mega4upload.com/lxu8wexdl3fx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement