Someone is asking me to make the day of the month optional.
This is on an ACS 3.4 system, and the data model currently is
start_date date,
(this is Oracle).
How would you go about making the day of the month optional? Would you have to separate out the month, day, and year? That would be annoying.
Anybody else have any cleverer ideas?