Smart Date Normalizer - Zero bloat, client-side date format normalization.
by•
An automatic date format normalizer that handles messy, mixed-up datasets without breaking your raw text. Coded in pure browser JavaScript and HTML to run locally. Part of the Summit Side Utilities minimalistic utility suite.

Replies
Honestly this looks handy for cleaning up spreadsheets, but it would be really useful if you could add a bulk preview mode that shows the before and after for a whole column at once before you commit to the changes. Right now I assume you have to run it blindly and hope for the best, which kind of defeats the point when dealing with messy data.
@erhanporl Thanks Erhan. That's a good point actually, and I will incorporate it into my utilities. I had thought about it before but wasn't sure if it was an actual problem for users. Thanks for letting me know!
Finally something that doesn't choke on the weird date formats in my scraped data. Loved that it all runs locally without uploading anything sketchy.