3 lines
No EOL
79 B
JavaScript
3 lines
No EOL
79 B
JavaScript
export default function(date, format) {
|
|
return moment(date).format(format);
|
|
} |