Updated 12042023-112245
https://bit.ly/davodtime
https://davidblue.wtf/davodtime
MMddYYYY-HHmmss
I decided to create my own standardized time format because I was getting tired of getting confused by my own timestamps.
Ex:
01152022-135757
05212022-042625
(1)(https://github.com/extratone/davodtime/issues/3)
iCloud Share URL - Version 1.0
date() >> date
formatDate(date: "${Date}", dStyle: Custom, custom: "MMddYYYY-HHmmss") >> formatDate
var DavodTime = Formatted Date
setClipboard(variable: Formatted Date) >> setClipboard
As specified in this documentation, dtime is represented in WordPress applications as:
m/d/Y-H/i/s
To represent dtime notation in Drafts actions:
[[\date|%m%d%Y-%H%M%S]]
Since I’m in the process of learning JavaScript, I think it would be interesting to attempt the creation of a live clock webpage displaying the current, timezone-adjusted time in DavodTime.
[GitHub Repo](buttonurl://https://github.com/extratone/davodtime)
[GitHub Pages](buttonurl://https://extratone.github.io/davodtime)
[WTF Documentation Page](buttonurl://https://davidblue.wtf/drafts/A09BB9CE-430D-4DDF-8FB6-F17912FB1E26.html)
[Siri Shortcut](buttonurl://https://routinehub.co/shortcut/10872)
[Telegraph](buttonurl://https://telegra.ph/DavodTime-12-04)
[Gist](buttonurl://https://gist.github.com/extratone/0540718c80734fd6ec7e2c974c7a9e70)