Skip to content

extratone/davodtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

<script src="https://gist.github.com/extratone/0540718c80734fd6ec7e2c974c7a9e70.js"></script>

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.