ValerioLyndon / MyAnimeList-Tools

A modified version of MyAnimeList Tools by BurntJello.
5 stars 0 forks source link

Add options/formatting for date strings. #5

Open ValerioLyndon opened 2 years ago

ValerioLyndon commented 2 years ago

It would be a very nice addition to enable custom date formatting for [STARTDATE] and [ENDDATE] options.

This may be difficult to accomplish as I am unsure how standardised MyAnimeList's dates are across the website.

ValerioLyndon commented 2 years ago

Might be best to leave this up to #7, since it should be totally possible to achieve this with regex. The only problem with that thought is that regex is a lot less user-friendly than a simple selector/string processor and would take about 12+ replacements if not more to achieve the same result.