ropg / ezTime

ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
MIT License
327 stars 92 forks source link

Difference in days/weeks/months of two dates #114

Open ellogwen opened 3 years ago

ellogwen commented 3 years ago

Erm, sorry for the stupid question, but how can I get the difference from two dates in days/weeks/months using this library? Could not find exposed utility functions for this purpose. Does the underlying time library expose such functionality?

Thank you for your time and thanks for this library