putDateArray

fun putDateArray(key: String, array: ArrayList<Date>?)

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

Parameters

key

a String key

array

a Date ArrayList