You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Given 2 dates, the function should return the difference in days/weeks/months/years
Describe the solution you'd like
Given 2 dates in a given format, I should be able to get the difference in either DAYS/WEEKS/MONTHS/YEAR.
Syntax: dateDifference(input1, input2, format, chronoUnit)
ChronoUnit values:
DAYS
WEEKS
MONTHS
YEARS
Formats it should support:
MM/dd/yyyy
yyyyMMdd
yyyy-MM-dd
Open to other suggestions for syntax
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Given 2 dates, the function should return the difference in days/weeks/months/years
Describe the solution you'd like
Given 2 dates in a given format, I should be able to get the difference in either DAYS/WEEKS/MONTHS/YEAR.
Syntax: dateDifference(input1, input2, format, chronoUnit)
ChronoUnit values:
DAYS
WEEKS
MONTHS
YEARS
Formats it should support:
MM/dd/yyyy
yyyyMMdd
yyyy-MM-dd
Open to other suggestions for syntax
The text was updated successfully, but these errors were encountered: