b247312735
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
4 lines
135 B
JavaScript
4 lines
135 B
JavaScript
const january = new Date(9e8);
|
|
const spanish = new Intl.DateTimeFormat('es', { month: 'long' });
|
|
console.log(spanish.format(january));
|