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