BangleApps/apps/elapsed_t/README.md

30 lines
992 B
Markdown
Raw Normal View History

# Elapsed Time Clock
2024-03-25 14:48:00 +00:00
A clock that calculates the time difference between now (in blue/cyan) and any given target date (in red/orange).
2024-06-23 21:05:44 +00:00
The results is show in years, months, days, hours, minutes, seconds. The seconds can be shown:
- always
- when the watch is unlocked
- never.
The time difference is positive if the target date is in the past and negative if it is in the future.
![Screenshot 1](screenshot1.png)
![Screenshot 2](screenshot2.png)
![Screenshot 3](screenshot3.png)
2024-03-25 14:48:00 +00:00
![Screenshot 4](screenshot4.png)
# Settings
## Time and date formats:
- time can be shown in 24h or in AM/PM format
- date can be shown in DD/MM/YYYY, MM/DD/YYYY or YYYY-MM-DD format
## Display years and months
You can select if the difference is shown with years, months and days, or just days.
# TODO
- add the option to set an alarm to the target date
- add an offset to said alarm (e.g. x hours/days... before/after)
2024-03-25 17:18:23 +00:00
# Author
paul-arg [github](https://github.com/paul-arg)