shravan20 / flare.ts

A powerful utility library for clean code in js (npm package)
https://shravan20.github.io/flare.ts
MIT License
2 stars 6 forks source link

feat: create date utils #14

Open shravan20 opened 1 year ago

shravan20 commented 1 year ago

Summary

Create a DateUtils utility library to simplify common date-related operations and improve date handling within the application.

Motivation

Handling dates and date-related operations in JavaScript can be error-prone and cumbersome. Having a dedicated DateUtils utility will improve code readability, reusability, and maintainability by centralizing date-related functions in one place.

Details

Utility Functions The DateUtils utility should provide a range of commonly used date functions, including but not limited to:

Documentation

Comprehensive documentation should be provided for each utility function, explaining its purpose, usage, parameters, and return values.

Expected Behavior

Developers should be able to easily integrate the DateUtils utility into their projects, simplifying date-related operations and improving code quality.

charandeepsinghb commented 1 year ago

Hi, I would like to work on this. Please assign this to me.

I can implement a date until library.

Thank you!

Rajiv-paul commented 11 months ago

assgin this to me I would love to work on it