March 15, 201312 yr I want to convert a date into a hexadecimal format e.g. 1352951100000 Can anyone help with a script or calculation? Thank you.
March 15, 201312 yr Automatic message This topic has been moved from "Articles, Tips, Techniques & Solutions" to "The Left Brain". Perhaps Try http://www.briandunning.com/cf/216 ?
March 17, 201312 yr Do you have a particular hexadecimal format in mind, or just any hexadecimal format? Whatever format you go with, one of the many base conversion custom functions out there should be handy: GetNumberAsRadix ( GetAsNumber ( Get ( CurrentDate ) ) ; "0123456789abcdef" )
Create an account or sign in to comment