I am looking to have a sequential number generated automatically that should look as follow
YYMM+sequence
Each new month, the sequence part would restart from one
Example for June:
160601
160602
160603
...
For July as of July 1st:
160701 etc....
What the easiest solution to achieve that ?
YYMM+sequence
Each new month, the sequence part would restart from one
Example for June:
160601
160602
160603
...
For July as of July 1st:
160701 etc....
What the easiest solution to achieve that ?