mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
Merge remote-tracking branch 'origin/fix/last_tasks'
This commit is contained in:
@@ -53,7 +53,7 @@ export const momentFormatter = (format) => {
|
||||
return {
|
||||
formatDate: date => moment(date).format(format),
|
||||
parseDate: str => moment(str, format).toDate(),
|
||||
placeholder: `${format} (moment)`,
|
||||
placeholder: `${format}`,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user