Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 4280 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I want to convert a date into a hexadecimal format e.g. 1352951100000

 

Can anyone help with a script or calculation? Thank you.

Posted

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" )

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.