I have a millisecond timestamp that I need to convert from string to long. Javascript has parseInt , but not parseLong . So how can I do this?
thank
Edit: To broaden my question a bit: given that javascript apparently doesn't have a long type, how can I do simple arithmetic with longs that are initially expressed as strings? For example, subtract one from the other to get a temporary delta?
javascript string long-integer unix-timestamp
Richard H Mar 27 2018-11-11T00: 00Z
source share