I am developing a plugin written in Lua.
I need a way to calculate Unix time or at least a way to compare 2 date strings
The function I can use only returns date string in the following format
"1/17/2014 6:50 PM"
Is there a way to convert this string to a Unix time?
Unfortunately I don't have access to the OS library so things like os.time() does not work.
Is there a library or something similar that I can work with?
+Yeah I thought about splitting the string into parts, but I also need a way to add/subtract time