Created
November 7, 2021 15:52
-
-
Save Octagon-simon/1121a8668e42b8e24bc6de1aa022e13a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function findNotifDate(date_notified = "2021-11-05 15:00:00") { | |
| /** | |
| * @ findNotifDate : Finds the Date Difference of a Notification | |
| * @ date_notified : The notification date | |
| **/ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment