Display date, only day and month (without year), in user's locale format
If you’ve ever tried to display anniversaries on JS projects maybe you faced this problem: “How to display date, only day and month (without year), in user’s locale format?”. In other words, given a date I want to display ‘June 12’ for english users and ‘12 de Junho’ for portugueses.
If you look for momentjs or dateformat, these popular frameworks do not provide this format, so the truth is out there…