Updated 12042023-100354
- GitHub Repository
- Gist
- The Psalms’ Wiki Entry
- WTF
- Local
- Draft
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
-
iCloud Share URL - Version 1.0
- GitHub Pages (HTML)
- JSON
- Showcuts
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
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.