fabian-hiller / decode-formdata

Decodes complex FormData into a JavaScript object
MIT License
241 stars 7 forks source link

handle timestamp as date #7

Closed sacrosanctic closed 1 year ago

sacrosanctic commented 1 year ago

closes #6

handles the case where a user uses a fn like new Date().getTime() as opposed to new Date() or new Date().toISOString().

fabian-hiller commented 1 year ago

Thanks for your contribution. I will review it as soon as I can release a new minor version.