Skip to content

Fix date bug in JS that makes dates not work with strings

Jacob Schatz requested to merge fix-date-off-by-1 into master

What does this MR do?

Fix date bug in new Date('2017-07-01') when using strings as date.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

To fix the Date bug in JS

Screenshots (if relevant)

cooooldude

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #29916 (closed)

Edited by Stan Hu

Merge request reports