ballingtB
Convex Community3y ago
8 replies
ballingt

Date parsing behavior

That seems like something for us to fix, thanks for pointing it out @CodingWithJamal. Be aware that built-in date parsing with either
new Date(s)
or
Date.parse(s)
is inconsistent between runtimes (ie it works differently in Safari) so it's often not recommended.
Was this page helpful?