Closed awhitford closed 4 years ago
@awhitford Hello and thanks for the improvements. The DateUtils class was more like a challenge to write the date parsing within a few hours, due to a request on gitter to implement such a feature. So far I have not developed an app where this can be used, so I think there is still a lot of space for improvements.
Regards
Consider the following code:
It should be illegal to override the
DateUtils.daysOfWeek
. If this was declared as aconst
, the code would fail to compile (as it should).