Datetime Helper Save Issue

Permalink
Using the datetime helper function in my Block Form, but it does NOT update the DB. The JS pop-up calendar works perfectly, but the resulting value isn't reflected in the DB.

Wondering if I'm doing something wrong or is there a difference between the DT helper and the regular Form helper (the regular Form helper functions work perfectly)?

<?=$dt->datetime('startmin', '12:00 AM', true, true)?>

p.s. I've tried many variations of this already.

p.p.s. startmin is my DB field name.

--djn

 
beeman89045 replied on at Permalink Reply
Still having this issue, but only with the DateTime Helper. All the other form helpers work fine and update the DB appropriately.