R
Robert Judge
I have a column of many dates in this format, sorted by day/month/year:
December 16, 1900
January 22, 1901
April 14, 1902
July 9, 1903
I would like to sort the dates by month and day and ignore year so the above
data would show as:
January 22, 1901
April 14, 1902
July 9, 1903
December 16, 1900
I will appreciate advice.
December 16, 1900
January 22, 1901
April 14, 1902
July 9, 1903
I would like to sort the dates by month and day and ignore year so the above
data would show as:
January 22, 1901
April 14, 1902
July 9, 1903
December 16, 1900
I will appreciate advice.