putDate

fun putDate(key: String, value: Date?)

Inserts a Date value into this map, replacing any existing value for the given key. Value may be null.

Parameters

key

a String key

value

a Date, or null