I am trying to write a function in C# that generates a Unique User ID which should contain 7 digits.
The <Year><Month><Date><Hour><Hex Month><Hex Second><Ticker>
The purpose of this id would be that whenever a user submits a request , and ID would be assigned to him based on the above factors. For example if a user submits a request on Feb2 2008 then his id would be
080202...etc and so on
Has anybody got any suggestions on how to do it ?:-k
Thanks
The <Year><Month><Date><Hour><Hex Month><Hex Second><Ticker>
The purpose of this id would be that whenever a user submits a request , and ID would be assigned to him based on the above factors. For example if a user submits a request on Feb2 2008 then his id would be
080202...etc and so on
Has anybody got any suggestions on how to do it ?:-k
Thanks