Skip to content

Instantly share code, notes, and snippets.

@HussainArif12
Created November 28, 2020 12:53
const moment = require('moment');
module.exports = (date) => {
return moment(date).format('MMMM Do YYYY, h:mm:ss a');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment