Rajzer
The usual approach to showing dates using Javascript is by using the .toLocaleString() method. Still, in NextJS this method quickly breaks, due to the server-side rendering aspect of the framework which throws errors if the DOM rendered on the server differed from the initial page displayed on the client device, there are many ways to ...