Skip to content

Commit

Permalink
Update function-edate-eomonth.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ronaldwalcott authored Feb 7, 2024
1 parent 79abecb commit a494f3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The **EDate** and **EOMonth** functions move a Date/Time forward or backward by

After the month adjustment, **EDate** leaves the day portion unmodified unless the new value would be beyond the end of the month. For example, moving July 31 backward by one month yields June 30. Use **EDate** to calculate the maturity dates or due dates that fall on the same day of the month as the date of issue.

After the month adjustment, **EOMonth** changes the day potion to the last day of the resulting month. Use **EOMonth** to calculate the maturity dates or due dates that fall on the last day of the month. **EOMonth** can be used to move a Date/Time to the end of the month by adding zero months.
After the month adjustment, **EOMonth** changes the day portion to the last day of the resulting month. Use **EOMonth** to calculate the maturity dates or due dates that fall on the last day of the month. **EOMonth** can be used to move a Date/Time to the end of the month by adding zero months.

All functions return a Date value. No time component is included, even if one was present in the input Date/Time.

Expand Down

0 comments on commit a494f3e

Please sign in to comment.