public string GetShortEraName(int era)
 {
     return(DateTimeFormat.GetAbbreviatedEraName(era));
 }