From e4c7caec3729c7ae00431763b8d4c819f3178cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ktu=C4=9F=20Ceyhan?= Date: Sat, 20 Jan 2024 16:05:15 +0300 Subject: [PATCH] up --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5196e07..2373b87 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Timezone Helper is a JavaScript library designed to simplify working with dates - **User-Friendly Date and Time Display**: Easily display dates and times in a human-readable format. - **ISO 8601 Compatibility**: Convert dates and times to ISO 8601 format, useful for APIs and data exchange. - **Current Time Convenience Functions**: Quickly access and format the current date and time. +- **Duration Calculation Feature**: This feature allows you to calculate the duration between two dates, providing the difference in days, hours, minutes, and seconds. It's especially useful for tracking time intervals or scheduling events. ## Installation @@ -77,4 +78,4 @@ console.log( ## Note -This package is a minimal package built on momentjs. +This package is a minimal package built on momentjs. It will continue to be updated according to needs.