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.
- Input a date string in the text box
- Select the target language
- Copy the desired format date string from the options list
Language | Specifiers Link | Currently Fully Supported |
---|---|---|
C# | C# | No |
Python | Python | No |
Distributed under the MIT License. See LICENSE
for more information.
John Yenter-Briars - [email protected]
Project Link: https://github.com/johnyenter-briars/reverse-date-parser
This app took great inspiration from Crontab Guru which is an awesome site that you should totally checkout.
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.