UNPKG

prettydate

Version:
9 lines (5 loc) 246 B
strftime=require('./strftime'); formats = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ%" for(i=0; i<formats.length; i++) console.log(formats[i], strftime(new Date, "%" + formats[i])); console.log("%%%%r", strftime(new Date, "%%r"));