UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

1 lines 489 B
{"version":3,"file":"time.mjs","names":[],"sources":["../../../src/List/ListItem/time.ts"],"sourcesContent":["import dayjs from 'dayjs';\n\nexport const getChatItemTime = (updateAt: number) => {\n const time = dayjs(updateAt);\n\n if (time.isSame(dayjs(), 'day')) return time.format('HH:mm');\n\n return time.format('MM-DD');\n};\n"],"mappings":";;;AAEA,MAAa,mBAAmB,aAAqB;CACnD,MAAM,OAAO,MAAM,SAAS;AAE5B,KAAI,KAAK,OAAO,OAAO,EAAE,MAAM,CAAE,QAAO,KAAK,OAAO,QAAQ;AAE5D,QAAO,KAAK,OAAO,QAAQ"}