Skip to content

Commit

Permalink
move cal formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed Feb 3, 2025
1 parent e12719c commit 5fa8aff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@
let newFormat = "YYYY-MM-DDTHH:mm";
[...calendars].forEach(calendar=>{
let date = moment(calendar.value,originalFormat)
let iso = date.format(newFormat)

let newCal = document.createElement("input")
newCal.id = `${calendar.id}-new`
Expand Down

0 comments on commit 5fa8aff

Please sign in to comment.