- quickfix for saving call;
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
* @return {string}
|
||||
*/
|
||||
const formatDateString = (date) => {
|
||||
console.log('date', date);
|
||||
const year = date.getFullYear();
|
||||
const month = String(date.getMonth() + 1).padStart(2, '0');
|
||||
const day = String(date.getDate()).padStart(2, '0');
|
||||
|
||||
Reference in New Issue
Block a user