https://github.com/queckezz/ms-parse
Parse milliseconds to an object containing corresponding milliseconds, seconds, hours and days
https://github.com/queckezz/ms-parse
Last synced: 7 months ago
JSON representation
Parse milliseconds to an object containing corresponding milliseconds, seconds, hours and days
- Host: GitHub
- URL: https://github.com/queckezz/ms-parse
- Owner: queckezz
- License: mit
- Created: 2014-10-05T19:43:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-05T19:47:43.000Z (about 11 years ago)
- Last Synced: 2025-01-20T18:35:47.418Z (9 months ago)
- Language: Julia
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ms-parse
Parse milliseconds to an object containing corresponding `milliseconds`, `seconds` `hours` and `days`
## Installation
via [packin](https://github.com/jkroso/packin) and [Require.jl](https://github.com/jkroso/Require.jl)
```bash
packin install structs/ms-parse
```## API
### `parse(ms::Int) -> Dict`
Parse given `ms`.
## Tests
```bash
make
```## Licence
[MIT](./licence)