Skip to content

Project developed to help people with date conversions using pure JS, regex and native JS features

Notifications You must be signed in to change notification settings

Gill3s0x01/convert-date

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lorison Gilles Dev 🚀

Lorison Gilles Repository size GitHub last commit License Stargazers

🚀 Project designed to help people with date conversions using pure JS, regex and native JS resources

English · Portuguese

The date formatter. Built with ❤︎ by Lorison Gilles and contributors

📌 Table of Contents

📥 Layout available for download at:

Code Screenshot

👀 Code View

{
  const actual = new Intl.DateTimeFormat('pt-br', {
    dateStyle: 'full',
    timeStyle: 'long',
  }).format(date)
  const expected = 'segunda-feira, 7 de fevereiro de 2022 00:00:00 BRT'
  assert.equal(actual, expected)
}

💻 Technologies

This project was made using the follow technologies:

🚀 Features

  • Code to be used in JS.

💻 How to run

# Clone Repository
$ git clone https://github.com/Gilles30/convert-date.git

🚀 Run Code

  # Enter Directory:
  $ cd convert-date

  # Open in your favorite editor or use
  $ code .

  # Choose the method you will use to convert your date
  $ Ctrl + C

  # Paste this block in your code
  $ Shift + INS (insert button)

🐛 Issues

Feel free to file a new issue with a respective title and description on the the convert-date repository. If you already found a solution to your problem, i would love to review your pull request!

🎉 Contributing

Check out the contributing page to see the best places to file issues, start discussions and begin contributing.

🤝 Contributing

Follow the steps below to contribute:

  1. fork the project (https://github.com/Gilles30/convert-date)

  2. Clone your fork to your machine (git clone https://github.com/Gilles30/convert-date.git)

  3. Create a branch to carry out your modification (git checkout -b feature/name_new_feature)

  4. Add your modifications and do the commit (git commit -m "Describe your modification")

  5. Push (git push origin feature/name_new_feature)

  6. Create a new Pull Request

  7. Okay, now just wait for the analysis 🚀

📕 License

Released in 2022 📕 License

Made with love by Lorison Gilles 🚀. This project is under the MIT license.

Give a ⭐️ if this project helped you!

About

Project developed to help people with date conversions using pure JS, regex and native JS features

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published