Last active
May 7, 2019 04:09
-
-
Save kcak11/eccf0686ebff83d65ae2b102ada4f014 to your computer and use it in GitHub Desktop.
Days Elapsed Checker
A utility that checks the number of days, months and years that have elapsed for a given date range.
A Pen by K.C.Ashish Kumar on CodePen.
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
| <!-- | |
| Implementation available at: | |
| https://pen.kcak11.com/days-elapsed/ | |
| --> | |
| <!-- | |
| © 2018 https://kcak11.com / https://ashishkumarkc.com | |
| --> |
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
| /* | |
| © 2018 https://kcak11.com / https://ashishkumarkc.com | |
| */ |
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
| /* | |
| © 2018 https://kcak11.com / https://ashishkumarkc.com | |
| */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment