I am trying to use db_persist to save a datetime editable, but it doesn't ever seem to save anything in that field when creating the new cloned page. For some reason the field is always left blank.
I have verified my datetime strings are in the correct (yyyy-mm-dd hh:mm:ss) format, so I know thats not the issue.
I have no trouble using db_persist_form to save this data, which makes it all the more odd since db_persist_form just calls db_persist...
Any help/thoughts would be appreciated.
I have verified my datetime strings are in the correct (yyyy-mm-dd hh:mm:ss) format, so I know thats not the issue.
I have no trouble using db_persist_form to save this data, which makes it all the more odd since db_persist_form just calls db_persist...
Any help/thoughts would be appreciated.