project done
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
function formatDate(date) {
|
||||
return new Intl.DateTimeFormat().format(new Date(date));
|
||||
}
|
||||
|
||||
export default formatDate;
|
||||
|
||||
Reference in New Issue
Block a user