Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-Aime authored Jun 3, 2018
1 parent 9c9867a commit 68aee30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MAC OS users:
1. Import the suitable .bas files of the release. You may import one or several.
1. After importing, you see new "modules", one for each .bas file. You can see the source code and comments.
1. In "File" menu, hit "Close and back to Excel".
1. In Excel file, you can call the fucntions of the modules you selected.
1. In Excel file, you can call the functions of the modules you selected.

## Using the functions
* Hit "insert function" near the input bar.
Expand Down Expand Up @@ -118,6 +118,6 @@ or if the complete string begins with "M", in which case elements must be in the
Due to Excel, no date before year 100 can be handled.
Separators between date elements must be the same (except comma with spaces).
It is possible to specify only 2 date elements, including the month.
If specified, the year is 3-digits. Elsewhise, it is considered "current year".
If specified, the year is 3-digits. If missing, it is considered "current year".
If day of month is not specified, it is set to 1.
This function applied to *string* date expressions from 1/1/1900 to 28/02/1900 yields correct dates.

0 comments on commit 68aee30

Please sign in to comment.