I just came across this format of start and end in the codebase which is probably the starting and ending date and time.However, I could not figure out this. I know how to generate date and time in javascript but I need to generate it in this format to be able to fetch data from API. Here is the format.
start : '2018-06-20T11:44:21.938Z',
end : '2018-07-20T11:44:21.938Z',
At the same time, I would like to know how to get date and time with exact this format?