[WIP] Add Claim Request
This commit is contained in:
@@ -25,6 +25,6 @@ export function fToNow(date: Date | string | number) {
|
||||
}
|
||||
|
||||
|
||||
export function fPostFormat(date: Date | string | number) {
|
||||
return format(new Date(date), 'yyyy-MM-dd HH:mm:ss');
|
||||
export function fPostFormat(date: Date | string | number, dateFormat = 'yyyy-MM-dd HH:mm:ss' ) {
|
||||
return format(new Date(date), dateFormat);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user