https://github.com/michaelzimm20/date-formatter
The Date Formatter is a spinoff to a job application coding assessment. The user will input or select a date that the want to get formatted. The output will display below the Formatter.
https://github.com/michaelzimm20/date-formatter
bootstrap css font-awesome html javascript momentjs
Last synced: 2 months ago
JSON representation
The Date Formatter is a spinoff to a job application coding assessment. The user will input or select a date that the want to get formatted. The output will display below the Formatter.
- Host: GitHub
- URL: https://github.com/michaelzimm20/date-formatter
- Owner: MichaelZimm20
- Created: 2023-01-08T23:44:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T20:18:06.000Z (over 3 years ago)
- Last Synced: 2025-03-30T01:38:17.045Z (over 1 year ago)
- Topics: bootstrap, css, font-awesome, html, javascript, momentjs
- Language: HTML
- Homepage: https://michaelzimm20.github.io/date-formatter/
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# date-formatter
## Description
The Date Formatter is a spinoff to a job application coding assessment.
Backstory: I was applying to a Full Stack Web Developement position and it required a multiple choice section and coding section. Within the coding Section there was an algorithm that read: "Question: Return a string in the format YYYY-MM-DD given a date in the formats: MM/DD/YYYY,M/D/YYYY,MM/D/YYYY,or M/D/YYY and format it to YYYY-DD-MM".
I was able to solve the algorithm but shortly after submission I thought about several ways I could implement my code and refactor it to make it better.
In result, came the Date Formatter application.
The application also utilizes Bootstrap, HTML, font-awesome, CSS, Moment.js. It takes in a specific date and formats it to YYYY-DD-MM.
## Table of Contents
* [Usage](#usage)
* [Important-Links](#Important-Links)
* [Questions](#questions)
## Usage
The user will input or select a date that the want to get formatted. The output will display below the Formatter.



## Important Links
* GitHub Link: https://github.com/MichaelZimm20/date-formatter
* Live Deployment Link: https://michaelzimm20.github.io/date-formatter/
## Questions
If you have any questions or concerns, contact:
* GitHub: [MichaelZimm20](https://github.com/MichaelZimm20)