From 4958f84789c99467bacb174bb8ec854beb6683c7 Mon Sep 17 00:00:00 2001 From: Sonali Agrawal Date: Sat, 23 Mar 2019 12:30:10 +0530 Subject: [PATCH] Added "date calculation" description #140 This commit closes issue #140 "Readme: mention date calculation capability" by adding the description about the date calculation functionality in the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffba40c0..b5bed458 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Calculator ships regularly with new features and bug fixes. You can get the late - Standard Calculator functionality which offers basic operations and evaluates commands immediately as they are entered. - Scientific Calculator functionality which offers expanded operations and evaluates commands using order of operations. - Programmer Calculator functionality which offers common mathematical operations for developers including conversion between common bases. +- Date Calculation functionality which offers the difference between two dates given as input and adding/subtracting years, months and/or days to the input date. - Calculation history and memory capabilities. - Conversion between many units of measurement. - Currency conversion based on data retrieved from [Bing](https://www.bing.com).