Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Format javascript date with date.js library

const dayjs = require('dayjs');

let now = dayjs();

console.log(now.format());
Source by zetcode.com #
 
PREVIOUS NEXT
Tagged: #Format #javascript #date #library
ADD COMMENT
Topic
Name
9+5 =