Skip to content

Instantly share code, notes, and snippets.

@Lodo4ka
Created September 27, 2019 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lodo4ka/f0c94d11bf02212b46ef1e850543c372 to your computer and use it in GitHub Desktop.
Save Lodo4ka/f0c94d11bf02212b46ef1e850543c372 to your computer and use it in GitHub Desktop.
return new Intl.DateTimeFormat('ru-RU', {
year: 'numeric',
month: 'long',
day: '2-digit',
}).format(new Date(value));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment