mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +00:00
b247312735
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
3 lines
135 B
JavaScript
3 lines
135 B
JavaScript
const january = new Date(9e8);
|
|
const spanish = new Intl.DateTimeFormat('es', { month: 'long' });
|
|
console.log(spanish.format(january));
|