KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Show Date in Card #1268

Open Steph opened this topic on on Jan 22, 2020 - 2 comments

Steph commented on Jan 22, 2020

Hi, I'd like to show a date in a card, but get an error message saying "A non well formed numeric value encountered" - is there a way to do it. Test case below:

Card::create(array(
            "title"=>"Last Submission",
            "value"=>"2020-01-20",
        ));

Thanks for any help

KoolReport commented on Jan 22, 2020

The value of Card is used with number right now. I will note your topic as suggestion for dev.team to make improvement.

Steph commented on Jan 23, 2020

Thanks, I've fiddled it for the moment by using the same combination of divs, classes etc as a native card,

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
suggestion

None