datetimeFormat

private fun datetimeFormat(dateFormat: String): SimpleDateFormat

Constructs a SimpleDateFormat using the dateFormat and the Locale.getDefault.

Return

SimpleDateFormat using the dateFormat and the Locale.getDefault.

Since

0.0.1

Parameters

dateFormat

The pattern describing the date and time format.