Computer Science, asked by krushnadhekale2989, 1 year ago

How to convert JS date time to MySQL datetime?

Answers

Answered by Student213
0

We can convert JS date time to MySQL datetime with the help of toISOString() function. Let us see an example of JavaScript.

Similar questions