I’m trying to create a serial number for my program.
I’d like it to represent the relevant dates as well as the user’s name, company’s name, etc.
Is there a common way to do this?
A link to a tutorial/ article will be greatly appreciated.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can have a look to the definition of the UUID (Universal Unique ID) which allows you to generate a unique number based on different parameters (MAC, date…)