public class StataDateDisplayFormats
extends java.lang.Object
Constructor and Description |
---|
StataDateDisplayFormats() |
Modifier and Type | Method and Description |
---|---|
static java.time.format.DateTimeFormatter |
tc()
Method for formatting clock time data
|
static java.time.format.DateTimeFormatter |
tC()
No equivalent in Java will return unadjusted time
Need to implement constraint to make sure there are no :60 second values
|
static java.time.format.DateTimeFormatter |
td()
Standard date format
|
static java.time.format.DateTimeFormatter |
th()
Standard semi-annual date format
Need to work on implementing this correctly since there is no half
year format in Java
|
static java.time.format.DateTimeFormatter |
tm()
Standard Monthly date format
|
static java.time.format.DateTimeFormatter |
tq()
Standard quarterly date format
|
static java.time.format.DateTimeFormatter |
tw()
Standard Weekly date format
|
static java.time.format.DateTimeFormatter |
ty()
Standard yearly date format
|
public static java.time.format.DateTimeFormatter tc()
public static java.time.format.DateTimeFormatter tC()
public static java.time.format.DateTimeFormatter td()
public static java.time.format.DateTimeFormatter tw()
public static java.time.format.DateTimeFormatter tm()
public static java.time.format.DateTimeFormatter tq()
public static java.time.format.DateTimeFormatter th()
public static java.time.format.DateTimeFormatter ty()