mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 23:30:32 +00:00
fix: add FDateInput
This commit is contained in:
@@ -69,7 +69,9 @@ function ProjectFormFields() {
|
|||||||
className={classNames(CLASSES.FILL, 'form-group--date')}
|
className={classNames(CLASSES.FILL, 'form-group--date')}
|
||||||
>
|
>
|
||||||
<FDateInput
|
<FDateInput
|
||||||
|
{...momentFormatter('YYYY/MM/DD')}
|
||||||
name="project_deadline"
|
name="project_deadline"
|
||||||
|
formatDate={(date) => date.toLocaleString()}
|
||||||
popoverProps={{
|
popoverProps={{
|
||||||
position: Position.BOTTOM,
|
position: Position.BOTTOM,
|
||||||
minimal: true,
|
minimal: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user