KoolReport's Forum

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

How to set value to DateTimePicker dynamicaly #1792

Open developer opened this topic on on Dec 24, 2020 - 1 comments

developer commented on Dec 24, 2020
protected function onInit()
    {
        $value = ($this->sibling('SaleDateRangePicker')->value());
        $this->from_date = $value[0];
        $this->to_date = $value[1];
        // here set value to SaleDateRangePicker
        
    }
KoolReport commented on Dec 24, 2020

Could you please give me more details of your use case, if you have a drawing or screenshot, it will be the best

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
None yet

None