[<< Component Index](../README.md)
# GridFormDatePicker `/src/components/grid_form/grid_form_date_picker.coffee`
## Props
### 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  

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

  optional array of children   
