djplaner / Card-Interface-Tweak

Javascript tweak to transform a collection of Blackboard Learn content items into a visual card interface.
https://djplaner.github.io/Card-Interface-Tweak/
1 stars 1 forks source link

Card date not working with or showing the time #43

Closed djplaner closed 3 years ago

djplaner commented 3 years ago

If Card Date: 11:59am Week 4 not showign the correct date or the time

djplaner commented 3 years ago

How to show time

Time is always set - the default's appear to be 0:01 for a start and 23:59 for a stop

Probably don't want to show the defaults

Card date stuff is handled in generateDateHtml... it is trying to replace TIME_STOP and TIME_START, but probably not included in the templates.

Would need to figure out where to put the smarts to check the defaults.

The dual coming soon html template does include it. It's a bit easier.

Method