Skip to content

A simple date formatter implemented with JavasScript

License

Notifications You must be signed in to change notification settings

AleNoia/date-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📅 Date formatter

A simple date formatter implemented with JavaScript

If you want to contact, mail me or send a message on Twitter

📧 igornoiasilva@gmail.com / ☕ @IgorNoiaSilva


📌 Table of Contents


💡 Features

  • 📆 Format your date.

🎯 Purpose

My purpose with this project is to learn how to format date and learn more about Javascript.


🛠 Installation

You need to download git initially

Run this command to clone the repository:


git clone https://github.com/AleNoia/date-formatter.git


📝 Utilization

Pass your date as a parameter.

const dateNow = new Date(); 
console.log(formatterDate(dateNow))

Then it will return your formatted date

04/15/2021 12:25

🤝 Contributing

Feel free to contribute 🙂


🧾 License

Released in 2021. This project is under the MIT license.

Made by Igor Noia 👋

About

A simple date formatter implemented with JavasScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published