Hi,
I am looking to format my current time to epoch time (as we need to calculate some math function on time)
Time format for **incidentEndTimeStr** looks like this: `4/11/16 2:52`
And used the eval command and strptime function below to change the format, but it doesn't work. Can you please assist?
eval incidentEndTime = strptime(incidentEndTimeStr, "%m/%d/%Y %I:%M")
OR
eval incidentEndTime = strptime(incidentEndTimeStr, "%m/%d/%Y %H:%M")
Thanks
↧