I get an error saying that the date is invalid due to the fact that the date passed to date_default_value_part() is timestamp, while date_default_value_part() tries to parse it as DATE_FORMAT_DATETIME.
| Comment | File | Size | Author |
|---|
I get an error saying that the date is invalid due to the fact that the date passed to date_default_value_part() is timestamp, while date_default_value_part() tries to parse it as DATE_FORMAT_DATETIME.
| Comment | File | Size | Author |
|---|
Comments
Comment #2
alex.bukach commentedWe should pass the actual date format.
Comment #3
gg24 commentedHi @Alex,
Please mention the steps to reproduce this issue.
Thanks!
Comment #4
chris matthews commentedThe 2 year old patch in #2 to date_elements.inc does not apply to the latest 7.x-2.x-dev and will need to be rerolled.
Comment #5
chris matthews commentedComment #6
avpaderno