Skip to content

Website for developers to input date strings, and get the corresponding format string in their preferred language.

License

Notifications You must be signed in to change notification settings

johnyenter-briars/reverse-date-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reverse Date Parser

Allows programmars to input a date string such as '2021-2-1' and get the corresponding possible format strings.

Ex: '2021-2-2' returns [yyyy-d-M, yyyy-M-d]

The objective is to remove the time it takes for a developer to search a particular language's documentation to find the specific format specifiers for a date string.


Usage

  1. Input a date string in the text box
  2. Select the target language
  3. Copy the desired format date string from the options list

Supported Languages

Language Specifiers Link Currently Fully Supported
C# C# No
Python Python No

Built With

License

Distributed under the MIT License. See LICENSE for more information.

Contact

John Yenter-Briars - [email protected]

Project Link: https://github.com/johnyenter-briars/reverse-date-parser

Acknowledgements

This app took great inspiration from Crontab Guru which is an awesome site that you should totally checkout.

Contributing

Any contributions are welcome. I am not the best at programming using React, nor am I any good at design, so I'm sure there's a great deal that could be improved.

About

Website for developers to input date strings, and get the corresponding format string in their preferred language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published