wassy92x / lovelace-digital-clock

A custom digital clock card for Home Assistant
MIT License
101 stars 17 forks source link

Clock/date only option #45

Open maceddy opened 3 months ago

maceddy commented 3 months ago

Is there a way to split the date and time?

I want this on separate area's on my dashboard.

videojedi commented 2 months ago

Try making two cards and doing this

type: 'custom:digital-clock'
dateFormat: ' '
timeFormat:
  hour: '2-digit'
  minute: '2-digit'
type: 'custom:digital-clock'
dateFormat:
  weekday: 'long'
  day: '2-digit'
  month: 'short'
timeFormat: ' '