Under Default values -> Default date (Relative) you can put your Relative default value. It's described with: Describe a time by reference to the current day, like '+90 days' (90 days from the day the field is created) or '+1 Saturday' (the next Saturday). See strtotime for more details.

"today", "noon", "midnight" works.

but something like
"today +10 hours 30 minutes"
"today 10:30 am"

is not.

Comments

karens’s picture

Status: Active » Fixed

I reworked the code. The old way of doing it was from the D6 version where we had to do things in a way that would work in PHP4. We don't have that problem in D7.

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

typo