I am looking for an option to convert UTC time string to unix timestamp.
The string variable I have is 02/28/2016 10:03:46 PM
and it needs to be converted to a unix timestamp like 1456693426
Any idea how to do that?
I am looking for an option to convert UTC time string to unix timestamp.
The string variable I have is 02/28/2016 10:03:46 PM
and it needs to be converted to a unix timestamp like 1456693426
Any idea how to do that?