This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Lemma's Fancy Vanilla.js Date-Time Formatting Script! | |
| * I'm actually pretty proud of this since I'm not a JS programmer lmao | |
| * | |
| * Available under MIT if you want to use this on your site! | |
| * | |
| * How to use: | |
| * 1. Add this script to your HTML as a file marked defer | |
| * 2. Create a <time> element somewhere in your code | |
| * 3. Set the `datetime` property to be the ISO-8601 time code you want to use! |
OlderNewer