user registration connects to front end
This commit is contained in:
2
server/util/now.ts
Normal file
2
server/util/now.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
const now = new Intl.DateTimeFormat('en-US', { dateStyle: 'medium', timeStyle: 'long' }).format(Date.now())
|
||||
export default now;
|
||||
Reference in New Issue
Block a user