I have two value, start and end. It stored in database. For example,
float start = 1316742254435;
float end = 1316742302359;
So how can I convert it into datetime and then time difference?
float start = 1316742254435;
float end = 1316742302359;
So how can I convert it into datetime and then time difference?
Comment