Actions
Bug #5170
closedEmpty custom date or time format causes date or time to still display
Description
cbFormatDate checks that custom date or custom time has a value. It should check !== null so empty string can be a means of hiding that display. This will allow fields with custom date or time formatting to properly hide those displays. For example year only member since field display.
Actions