parse

fun parse(dateString: String): CustomCalendar?(source)

Parses a date string into a CustomCalendar.

Return

a CustomCalendar, or a null in case the parsing failed

Parameters

dateString

a date string in the format "yyyy/MM/dd"