I’ve got a safecracker form that keeps creating entries with the date 12/31/69 06:33 pm. That part of my form code is
<input type="hidden" name="entry_date" id="entry_date" value="{entry_date format="%Y-%m-%d %H:%i"}">
Any ideas why?
You don’t need to add a format to {entry_date}, it gets auto formatted.
Okie Dokie. Thanks!
I’m getting an error “The Entry Date you submitted was not formatted correctly (year-month-day hour:minute)” with just the {entry_date} but it works with {entry_date format="%Y-%m-%d %H:%i"} however the date comes out wrong…