โ back to Dw Discovery
Staged-for-New chip: show full launch date+time with year (๐ Launches Mon D, YYYY h:mm AM)
b5e553dc73232adae59f7eaadb6062a3a552432b ยท 2026-06-24 09:46:34 -0700 ยท Steve Abrams
Files touched
Diff
commit b5e553dc73232adae59f7eaadb6062a3a552432b
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed Jun 24 09:46:34 2026 -0700
Staged-for-New chip: show full launch date+time with year (๐ Launches Mon D, YYYY h:mm AM)
---
dw-discovery.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dw-discovery.js b/dw-discovery.js
index dc3fca9..54d2d8b 100644
--- a/dw-discovery.js
+++ b/dw-discovery.js
@@ -272,7 +272,7 @@
${thumb}
<div class="dwd-meta">
${p.status ? `<span class="dwd-status s-${String(p.status).toLowerCase().replace(/[^a-z]+/g,'-')}">${p.status}</span>` : ''}
- ${p.goLiveAt ? `<span class="dwd-golive" title="Going live ${p.goLiveAt}">๐ Live ${new Date(p.goLiveAt).toLocaleString(undefined,{month:'short',day:'numeric',hour:'numeric',minute:'2-digit'})}</span>` : ''}
+ ${p.goLiveAt ? `<span class="dwd-golive" title="Launches ${p.goLiveAt}">๐ Launches ${new Date(p.goLiveAt).toLocaleString(undefined,{year:'numeric',month:'short',day:'numeric',hour:'numeric',minute:'2-digit'})}</span>` : ''}
<div class="dwd-title">${p.title}</div>
${cf.vendor ? `<div class="dwd-vendor">${p.vendor}</div>` : ''}
${cf.pattern && p.title ? `<div class="dwd-fld"><b>Pattern</b> ${p.title}</div>` : ''}
โ cfcc937 Add Contents/Pattern/Color/SKU card-field chips + widen sear
ยท
back to Dw Discovery
ยท
Created + Launch toggle chips; every SKU has created date; l ede7996 โ