-
Notifications
You must be signed in to change notification settings - Fork 20.8k
Closed as not planned
Labels
Description
What would you like to Propose?
Add date-related algorithms
Issue details
Provide date-related algorithms:
-
Conversion algorithm between Date objects and Date strings.
-
Conversion between Date objects and timestamps.
-
Conversion between Date strings and timestamps.
-
Algorithm to obtain the maximum value among multiple dates.
-
Algorithm to obtain the minimum value among multiple dates.
-
Algorithm to add or subtract years, months, days, hours, minutes, and seconds from a Date.
-
Algorithm to calculate the difference in years, months, days, hours, minutes, and seconds between two Dates.
Additional Information
No response