Am about to dive into flexinode's code to hopefully solve this myself (and will post back here when I do), but I thought I'd sent ask at the same time: my client wants to create a bunch of posts with dates from the early 80's up until today. Flexinode allows me to make a date/time field available for her, but unfortunately the available years don't currently go back further than 2000. Anyone know how to change that?

Comments

bdimaggio’s picture

Duh. That was a little easier than I expected... Answer: open modules/flexinode/field_timestamp.inc, and add any extra years you need to the hash at line 57. (I'm pretty sure that since the dates get stored as Unix dates, though, you can't add any year before 1970.)