[<< Component Index](../README.md)
#  [GridFormDatePicker](https://github.com/tmfi/ldx-web-utilities/blob/develop/src/components/grid_form/grid_form_date_picker.coffee)
### formLabel
**`string`**
 _Optional_

  The value of the label that will display to the left of the input  

---
### className
**`string`**
 _Optional_

  optional class to be added the main div  

---
### labelColumnClass
**`string`**
 _Optional_

  optional class that will be added to the label column  

---
### inputColumnClass
**`string`**
 _Optional_

  optional class that will be added to the input column  

---
### isFieldRequired
**`boolean`**
 _Optional_

  optional boolean that will display the red asterisk if true  

---
### fullRow
**`boolean`**
 _Optional_

  optional boolean that will determine whether to display the input in a full row with or without a label  

---
### enableTime
**`boolean`**
 _Optional_

  includes the time picker  

---
### maxDate
**`moment`**
 _Optional_

  when using the time picker it will disable times of day after this value  

---
### minDate
**`moment`**
 _Optional_

  when using the time picker it will disable times of day before this value  

---
### children
**`array`**
 _Optional_

  optional array of children   
