Join Discord
Powered by
how would you use the supabase js sdk to query for...
# javascript
k
kennethcassel
03/24/2022, 4:14 PM
how would you use the supabase js sdk to query for a timestamp before a certain date?
s
silentworks
03/24/2022, 5:45 PM
Maybe
.lt()
could work for this?
https://supabase.com/docs/reference/javascript/lt
g
garyaustin
03/24/2022, 6:00 PM
https://discord.com/channels/839993398554656828/843999948717555735/922801430795026432
shows the format to use for .lt and dates....
k
kennethcassel
03/24/2022, 6:41 PM
ty ty
Previous
Next