I have some HR records whose dates are formatted as dd/MM/yy
, and I am normalizing them to dd-MM-yyyy
using Joda-Time.
So for example, the following re
If I understand the question correctly, it is referred as "Pivot Year": http://joda-time.sourceforge.net/apidocs/org/joda/time/format/DateTimeFormatter.html#withPivotYear%28int%29
The CenturyOfEra is just our current century - XXI, the one which so many sci-fi authors dreamed about few decades back.