- fixed filter for calls table;
- implemented call table async on all pages; - added applications table async;
This commit is contained in:
9
src/helpers/getFormattedDateString.js
Normal file
9
src/helpers/getFormattedDateString.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const getFormattedDateString = (value) => {
|
||||
return value.toLocaleDateString('it-IT', {
|
||||
day: '2-digit',
|
||||
month: '2-digit',
|
||||
year: 'numeric'
|
||||
});
|
||||
};
|
||||
|
||||
export default getFormattedDateString;
|
||||
Reference in New Issue
Block a user