My unix timestamp is something like this 1386181800
.
I have to convert it into Javascript readable Date format which looks like this ,and all this iam trying to come up in python.
new Date('2010','0','3','10','10')
My unix timestamp is something like this 1386181800
.
I have to convert it into Javascript readable Date format which looks like this ,and all this iam trying to come up in python.
new Date('2010','0','3','10','10')