Show YouTube Video Upload Date in yyyy-mm-dd

Show full upload dates, instead of "1 year ago", "2 weeks ago", etc.

< Feedback on Show YouTube Video Upload Date in yyyy-mm-dd

Review: Good - script works

§
Posted: 2024-06-24

Thankyou very much for this!

For the particular format I wanted, I changed lines 123/124 to

let options = { year: 'numeric', month: 'short', weekday: 'short', day: '2-digit', hour: '2-digit', minute: '2-digit', second: '2-digit', separator: '-' };
let lang = 'en-GB';

Post reply

Sign in to post a reply.