I want to offer the current date to the user when a new record is created and I want to allow him to edit the offered date. For example I write a bug tracking system and I have a date_of_detection
field. 99% of the time it is good if it is the current date, but for the sake of the 1% the user should be allowed to edit it and set any earlier date.
I'm interested in any hack, but at the end I would like to have a nice way to do it.