Retrieves the long date format order.
public int getLongDateOrder()
Returns an integer value that represents the long date format order.
This method allows you to determine the date format for long date formats. The value returned by the getLongDateOrder method can be one of the following values:
Value | Format |
0 | Month-Day-Year |
1 | Day-Month-Year |
2 | Year-Month-Day |
See Also Locale.DateFormatOrder