Skip to content

Instantly share code, notes, and snippets.

@srl295
Created April 29, 2014 05:23
Show Gist options
  • Save srl295/11391213 to your computer and use it in GitHub Desktop.
Save srl295/11391213 to your computer and use it in GitHub Desktop.
Test out node.js
Intl;
new Intl.DateTimeFormat('en',{'month':'long'}).format(new Date());
new Intl.DateTimeFormat('ru',{'month':'long'}).format(new Date());
new Intl.DateTimeFormat('mt',{'month':'long'}).format(new Date());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment