This project provides utilities for manipulating and converting date and time values in JavaScript, including:
- Parsing date strings
- Converting local time to UTC
- Configuring datepicker settings for web UIs
Clone the repository and install dependencies (if any):
git clone https://github.com/hkevin01/javascript-time-manipulation.git
cd javascript-time-manipulation- See
src/parse_date.jsfor parsing date strings to UTC timestamps. - See
src/time_to_utc.jsfor converting time strings to UTC. - See
src/datepicker_settings.jsfor jQuery datepicker configuration.
Please see CONTRIBUTING.md for details on how to contribute.
MIT
- JavaScript developers
- Web application developers needing robust date/time handling
See PROJECT_GOALS.md for short-term and long-term objectives.