davodtime

MMddYYYY-HHmmss

MMddYYYY-HHmmss

Updated 12042023-100354


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


Siri Shortcut

Source

Showcuts Source

date() >> date
formatDate(date: "${Date}", dStyle: Custom, custom: "MMddYYYY-HHmmss") >> formatDate
var DavodTime = Formatted Date
setClipboard(variable: Formatted Date) >> setClipboard

WordPress Date/Time

As specified in this documentation, dtime is represented in WordPress applications as:

m/d/Y-H/i/s

ToDo

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.