The Date field allow to add just a year or year-month for a scene, by replacing the unknown month and or day by 00. (The js check allows this).
But when saving a message is shown that the date is incorrect.
A date entry like 2014-04 will generate " date must be in YYYY-MM-DD form "
Very often, only a year is known and at times a year + month. Probably the sql database uses a date type to store this date, and the code has to check for a valid date. (assumption)
StashDB required exact dates, or only years or only years-months combos for unprecise dates. Apparently there the date is stored in another way.
Can Stash use the same storage mechanism as StashDB please? It is quite a hassle to deal with this. I am forced to enter valid dates where they are not correct, this also blocking edits on StashDB.