parse

abstract fun parse(string: String): KalugaDate?

Attempts to parse a given String into a KalugaDate using the format described.

Return

A KalugaDate matching the format described by string or null if no such match could be made.

Parameters

string

The String to parse.