Package org.python.modules._locale
Interface DateSymbolLocale
-
- All Known Subinterfaces:
PyLocale
- All Known Implementing Classes:
CEmulationLocale
,DateSymbolJyLocale
,JyLocale
public interface DateSymbolLocale
Date related string values.- Since:
- Jython 2.7.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
getAmPmStrings()
java.lang.String[]
getMonths()
java.lang.String[]
getShortMonths()
java.lang.String[]
getShortWeekdays()
java.lang.String[]
getWeekdays()
-