Created
August 12, 2019 23:27
-
-
Save isaobushi/0ec3e2d67932848872095e5601d3c0ed to your computer and use it in GitHub Desktop.
convert string to date #js #method
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const dateString = '20/12/2019' | |
const convertedDate = date.toISOString(dateString) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment