SwapnaSahooOriginal post
Rank 1: Thread
I have a column with the type datetime. So i want to know which format is suitable for passing the date
Summary
Pass the date in ISO format without removing the Z at the end for UTC time.
Votes
0
Replies
5
Participants
1
Messages
6
Rank 1: Thread
I have a column with the type datetime. So i want to know which format is suitable for passing the date
ISO String
Rank 2: Process
ok
do i have to remove the Z at the end when i geneate through
new Date(date).toISOSString()?
No
Z represent The utc time
Rank 2: Process
ok thanks
Rank 2: Process
[SOLVED] In which format should i pass the date?