feat: add date difference calculator UI for issue #971

This commit is contained in:
Babar Saleh Hayat 2024-04-12 19:49:58 +05:00
parent d3b32cc14e
commit c7c6d1e4ad
7 changed files with 90 additions and 1 deletions

View file

@ -92,6 +92,11 @@ tools:
button:
copy: Copy
refresh: Refresh
days-calculator:
title: Days calculator
description: Find the number of days between two dates.
percentage-calculator:
title: Percentage calculator
description: Easily calculate percentages from a value to another value, or from a percentage to a value.

View file

@ -91,6 +91,11 @@ tools:
button:
copy: 复制
refresh: 刷新
days-calculator:
title: 天数计算器
description: 计算两个日期之间的天数。
percentage-calculator:
title: 百分比计算器
description: 轻松计算从一个值到另一个值的百分比,或从百分比到值的百分比。