format

fun Date.format(format: String = "yyyy-MM-dd", locale: Locale = Locale.ROOT): String(source)

Executes the format step in the SDAI core common layer.

Return

Result produced by format.

Author

Dmitriy Moroz

Parameters

format

format value consumed by the API.

locale

locale value consumed by the API.