Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

valueOf with specific unitOfTime #269

Open
NinjaDev06 opened this issue Dec 4, 2019 · 0 comments
Open

valueOf with specific unitOfTime #269

NinjaDev06 opened this issue Dec 4, 2019 · 0 comments

Comments

@NinjaDev06
Copy link

I would like to get the duration of the range in any formats not only in milliseconds. The method valueOf may received unitOfTime.Base as a parameter.

Example

const start = moment('2011-04-15', 'YYYY-MM-DD');
const end   = moment('2011-04-16', 'YYYY-MM-DD');
const range = moment.range(start, end);

const hours = range.valueOf('hours'); // 24
const days = range.valueOf('days'); // 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant