We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qs.stringify({ a: [new Date()] }, { serializeDate: function (d) { return d.getTime(); }, arrayFormat: 'comma' })
should yield: a=<timestamp> but yields: a=Fri%20May%2001%202020%2019%3A54%3A33%20GMT%2B0530%20%28India%20Standard%20Time%29
a=<timestamp>
a=Fri%20May%2001%202020%2019%3A54%3A33%20GMT%2B0530%20%28India%20Standard%20Time%29
It works when I remove arrayFormat.
arrayFormat
The text was updated successfully, but these errors were encountered:
daf3e6a
Thanks, that was a clear and simple repro :-)
Sorry, something went wrong.
Thank you for the fix. Can you kindly release it as well?
ljharb
No branches or pull requests
should yield:
a=<timestamp>
but yields:
a=Fri%20May%2001%202020%2019%3A54%3A33%20GMT%2B0530%20%28India%20Standard%20Time%29
It works when I remove
arrayFormat
.The text was updated successfully, but these errors were encountered: