Get the next date with prisma
guys i want to get next
courseDate
from today and only that one. how can i do that using this query? 🙂6 Replies
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
ok. any particular reason to use
.toUTCString()
?Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
i do, but isnt
new Date()
enough?
under the hood its just a timestamp since epochUnknown User•8mo ago
Message Not Public
Sign In & Join Server To View
alright:)
thanks!