mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
WIP Fix & last tasks
This commit is contained in:
@@ -53,7 +53,8 @@ export const momentFormatter = (format) => {
|
||||
return {
|
||||
formatDate: date => moment(date).format(format),
|
||||
parseDate: str => moment(str, format).toDate(),
|
||||
placeholder: `${format} (moment)`,
|
||||
// placeholder: `${format} (moment)`,
|
||||
placeholder: `${format}`,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user