String>>asDate is not well deprecated
We should use the transformation facility as in [deprecate](deprecated: on: in: transformWith: - Check senders to see how to use it.
Now better use backwardCompatible: anExplanationString on: date in: version transformWith: aRule
Same as i wrote for asXXX, they are useful
Then people can package them in their own private package. Else they can just use Date readFromString:. This is as simple as this.
My bad. Sometimes I forget that pharo is just a research vehicle, nothing more. Then people can choose another programming environment that tries to be useful and usable. This is as simple as this.
It is not possible to use the transformation facility as user should now provide a pattern.