getDateOption(Map< String,?>, String, Date) method

Utility method to retrieve a Date value from a map and provide a default value if the key was not found set.

Syntax

Date getDateOption ( Map< String,?> props , String key , Date date )

Parameters

Returns

the value from the Map or the default.