A convenient utility to generate Discord timestamps. Useful for Discord users who want to insert customised timestamps into their messages and developers who need this functionality.
- Generate Unix timestamps compatible with Discord's timestamp styling.
- Multiple theme options for styling the timestamp.
- User-friendly interface to specify date, time, and theme.
- Real-time preview to visualise how the timestamp will appear in Discord.
- Copy-to-clipboard functionality for easy sharing.
You can try out the Discord Timestamp Generator here.
- Use the date and time pickers to select the specific date and time you want to timestamp.
- Choose from various themes to style your timestamp.
- The real-time preview will display how your timestamp will appear in Discord.
- Click the "Copy to Clipboard" button to copy the generated timestamp.
- Click here to use the generator online!
To use the Discord Timestamp Generator locally, follow these steps:
- Clone the repository:
git clone https://github.com/ProximoBinks/Discord-Timestamp-Generator.git- Open the index.html file in your web browser.
You can easily deploy this project to Netlify with the following steps:
- Fork or clone this repository to your GitHub account
- Sign up or log in to Netlify
- Click "New site from Git"
- Select GitHub and authorize Netlify
- Select your repository
- Configure the following settings:
- Branch to deploy:
main(or your preferred branch) - Build command: (Leave empty for this static site)
- Publish directory:
.
- Branch to deploy:
- Click "Deploy site"
The site will be deployed to a random Netlify subdomain, which you can customize in the site settings.
This project is licensed under the MIT License.