Java icon indicating copy to clipboard operation
Java copied to clipboard

Adding date-related algorithms

Open codingBoy5418 opened this issue 1 year ago • 1 comments

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

codingBoy5418 avatar Oct 08 '24 14:10 codingBoy5418

Hi Team, could you assign me this? I would love to contribute.

govindraj111 avatar Oct 08 '24 17:10 govindraj111

These are not algorithms we are looking for, they don't apply any specific techniques

siriak avatar Oct 09 '24 19:10 siriak