您好,我们从3.0就开始解决了天皇年号的问题
- <?xml version="1.0" encoding="utf-8"?>
- <configuration>
- <configSections>
- <section name="eras" type="GrapeCity.Win.Input.ErasSectionHandler,GrapeCity.Win.Input.v30,
- Version=3.0.31.6300, Culture=neutral, PublicKeyToken=c3bd7c1dccef5128" />
- </configSections>
- <eras>
- <add name = "世纪前" abbreviation = "前" symbol = "Before"
- startDate = "1001-01-01" shortcuts = "0,B"/>
- <add name = "明治" abbreviation = "明" symbol = "Meiji"
- startDate = "1868-09-08" shortcuts = "1,M"/>
- <add name = "大正" abbreviation = "大" symbol = "Taisho"
- startDate = "1912-07-30" shortcuts = "2,T"/>
- <add name = "昭和" abbreviation = "昭" symbol = "Showa"
- startDate = "1926-12-25" shortcuts = "3,S"/>
- <add name = "平成" abbreviation = "平" symbol = "Heisei"
- startDate = "1989-01-08" shortcuts = "4,H"/>
- <add name = "后平成" abbreviation = "后" symbol = "After"
- startDate = "2987-12-31" shortcuts = "5,A"/>
- </eras>
- </configuration>
复制代码 |