Sets a date value for key.
key
void setDate(String key, DateTime value) { _addAttribute(key, 'date', value.millisecondsSinceEpoch); }