BangleApps/apps/elapsed_t
Paul Arguillère 71ff4afb39 Update screenshot2.png 2024-03-27 19:28:19 +01:00
..
ChangeLog update changelog and metadata 2024-03-27 19:07:25 +01:00
README.md add ,author 2024-03-25 18:18:46 +01:00
app-icon.js initial Elapsed Time Clock commit 2024-03-23 19:22:48 +01:00
app.js set 0 as default value for seconds 2024-03-27 19:11:20 +01:00
app.png initial Elapsed Time Clock commit 2024-03-23 19:22:48 +01:00
metadata.json update changelog and metadata 2024-03-27 19:07:25 +01:00
screenshot1.png initial Elapsed Time Clock commit 2024-03-23 19:22:48 +01:00
screenshot2.png Update screenshot2.png 2024-03-27 19:28:19 +01:00
screenshot3.png initial Elapsed Time Clock commit 2024-03-23 19:22:48 +01:00
screenshot4.png handle dark theme + add screenshot 2024-03-25 15:48:00 +01:00
settings.js initial Elapsed Time Clock commit 2024-03-23 19:22:48 +01:00

README.md

Elapsed Time Clock

A clock that calculates the time difference between now (in blue/cyan) and any given target date (in red/orange).

The results is show in years, months, days, hours, minutes, seconds. To save battery life, the seconds are shown only when the watch is unlocked, or can be disabled entirely.

The time difference is positive if the target date is in the past and negative if it is in the future.

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

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)

Author

paul-arg github