metamask-extension icon indicating copy to clipboard operation
metamask-extension copied to clipboard

move `formatDate` from ui/helpers/utils/util.js to `shared`, and standardize its usage

Open danjm opened this issue 1 year ago • 0 comments

We have a formatDate method in ui/helpers/utils/util.js. We also have one in shared/notifications/index.ts. As of https://github.com/MetaMask/metamask-extension/pull/24503, we also have one in app/scripts/controllers/metametrics-data-deletion/metametrics-data-deletion.ts

We should create one standard formatDate method that is used throughout the codebase.

danjm avatar May 16 '24 09:05 danjm