Usage

Currently there are 2 approaches for using this package: the Functions approach and the Class approach.

When to use each?

  • Functions approach: When you are going to do a single operation with the same dates.

  • Class approach: When you are going to do multiple operations with the same dates.

Note

💡 Please consider that the default date format is '%Y-%m-%d', eg: '2021-12-25'. Anyways, you can indicate the format of your date if you need to.