Find Notification Date Difference using JavaScript OR PHP
PREVIEW
Sometimes you would want to show your users a notification on their Dashboard, with the date the notification was created.
You can easily do that by subtracting the current TIMESTAMP from the TIMESTAMP of the date the notification was created...
octagon.hashnode.dev16 min read