upload foto, dan bugs import
This commit is contained in:
@@ -23,3 +23,8 @@ export function fToNow(date: Date | string | number) {
|
||||
addSuffix: true
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
export function fPostFormat(date: Date | string | number) {
|
||||
return format(new Date(date), 'yyyy-MM-dd HH:mm:ss');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user