This repository provides a collection of utility functions for working with dates and times in JavaScript. The functions are designed to handle various date formats, convert between different time representations, and calculate durations.
You can install this package using npm:
npm install @nasa-jpl/aerie-time-utils
- Date and Time conversion
- Validation of Date Strings
- Parsing Functions
- Time Balancing
- Time Zone Handling
- Duration Calculations
See the json file src/timeUtils.ts
for a detailed example of how to use the functions. The documentation includes examples and explanations of each function.