merge
This commit is contained in:
@@ -8,7 +8,7 @@ const filterHash = (str, num) => {
|
||||
return String(str).substr(0, length) + '...' + String(str).substr(-4)
|
||||
}
|
||||
|
||||
const timeCustomCN = (val) => {
|
||||
export const timeCustomCN = (val) => {
|
||||
val = timeStamp(val, 'Y-m-d H:i:s')
|
||||
let currentDate = new Date();
|
||||
let currentD = currentDate.getDate();
|
||||
|
||||
Reference in New Issue
Block a user