Код: Выделить всё
java.time.format.TextStyleКод: Выделить всё
/**
* Full text, typically the full description.
* For example, day-of-week Monday might output "Monday".
*/
FULL(Calendar.LONG_FORMAT, 0),
/**
* Full text for stand-alone use, typically the full description.
* For example, day-of-week Monday might output "Monday".
*/
FULL_STANDALONE(Calendar.LONG_STANDALONE, 0),
Код: Выделить всё
FULLКод: Выделить всё
FULL_STANDALONEИсточник: https://stackoverflow.com/questions/758 ... standalone
Мобильная версия