Package-level declarations

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val now: Date

Functions

Link copied to clipboard
Link copied to clipboard
fun Calendar.dateFrom(year: Int, month: Int? = null, day: Int? = null): Date?
fun Calendar.dateFrom(year: String?, month: String? = null, day: String? = null): Date?
Link copied to clipboard
fun dateFromString(format: String, string: String)
Link copied to clipboard
fun Date.format(format: String): String
fun Date.format(dateStyle: Int = DateFormat.MEDIUM, timeStyle: Int = DateFormat.MEDIUM): String
Link copied to clipboard
fun Date.formatDate(style: Int = DateFormat.MEDIUM): String
Link copied to clipboard
fun Date.formatTime(style: Int = DateFormat.MEDIUM): String
Link copied to clipboard
Link copied to clipboard
fun Calendar.from(year: Int, month: Int? = null, day: Int? = null): Calendar
fun Calendar.from(year: String?, month: String? = null, day: String? = null): Calendar
Link copied to clipboard
Link copied to clipboard
operator fun Date.minus(date: Date): Duration
operator fun Date.minus(duration: Duration): Date
Link copied to clipboard
fun Date.modify(years: Int = 0, hours: Int = 0, minutes: Int = 0, seconds: Int = 0, millis: Int = 0): Date
Link copied to clipboard
operator fun Date.plus(duration: Duration): Date
Link copied to clipboard
fun Calendar.timeFrom(hour: Int, minute: Int): Date?