nuxt-time
nuxt-time copied to clipboard
server time in variable
đ Your use case
Hi, was trying to use server time as a variable , is this possible ?
đ The solution you'd like
currrently we can access server time in SSG context with the nuxttime component
I need to use server date in other components, any possibility ?
thks
đ Alternatives you've considered
No response
âšī¸ Additional info
No response
Could you explain a bit more about what you mean by 'server time'?
Something like?
const time = useState(() => Date.now())