Revert "Feat/parent child retrieval" (#12095)
This commit is contained in:
parent
9231fdbf4c
commit
db2aa83a7c
216 changed files with 3116 additions and 9066 deletions
|
|
@ -1,12 +0,0 @@
|
|||
import dayjs, { type ConfigType } from 'dayjs'
|
||||
import utc from 'dayjs/plugin/utc'
|
||||
|
||||
dayjs.extend(utc)
|
||||
|
||||
export const isAfter = (date: ConfigType, compare: ConfigType) => {
|
||||
return dayjs(date).isAfter(dayjs(compare))
|
||||
}
|
||||
|
||||
export const formatTime = ({ date, dateFormat }: { date: ConfigType; dateFormat: string }) => {
|
||||
return dayjs(date).format(dateFormat)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue