enquirerfm Posted March 15, 2013 Posted March 15, 2013 I want to convert a date into a hexadecimal format e.g. 1352951100000 Can anyone help with a script or calculation? Thank you.
Ocean West Posted March 15, 2013 Posted March 15, 2013 Automatic message This topic has been moved from "Articles, Tips, Techniques & Solutions" to "The Left Brain". Perhaps Try http://www.briandunning.com/cf/216 ?
jbante Posted March 17, 2013 Posted March 17, 2013 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" )
Recommended Posts
This topic is 4280 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now