mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
change long date to short date
This commit is contained in:
@@ -379,7 +379,7 @@ export class ListBoxService {
|
||||
const hours = Math.floor((totalMinutes % (60 * 24)) / 60);
|
||||
const minutes = totalMinutes % 60;
|
||||
|
||||
return `${days}d ${hours}h ${minutes}m`
|
||||
return `${days}d`
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user