jasonabird Reply #1, 1 year, 10 months ago
Just found a bug/issue with the mm_default function if you changed your date format away from d-m-Y in the modx config. I have mine set to mm/dd/YYYY and found out that my publish_date was not being auto updated by mm_default('pub_date');. Upon looking at the pub_date case in the fieldvalue.inc.php I saw it was setting the date to d-m-Y. I changed it in my case to be m/d/Y but figure this should probably pull from the config and set it in the correct format based on that.