UNPKG

gatsby-theme-wordpress-mdx

Version:

<p align="center"> <img width='200px' alt="Gatsby Theme" src="https://raw.githubusercontent.com/artezan/gatsby-theme-wordpress-mdx/master/%40artezan/gatsby-theme-wordpress-mdx/dn.png" />

9 lines (7 loc) 217 B
export const formatDate = date => { const newDate = new Date(date) const days = newDate.getDate() const month = newDate.getMonth() + 1 const year = newDate.getFullYear() return `${days}/${month}/${year}` }