how to add a auto-increment another user unique id based on date.,
example: if there will be a new user registration it will assign a new user unique ID base on this format Year/Month/Date + autoincrement number
e.g., 20130813001,
20130813002,
20130813003
is there a way to add something like this?