Hi,
My requirement is:
We have to generate a batch number in such a way that
the first character should be the last digit of the current date
the second character should be the month identifier(1-9 from Jan to sept and for the rest Oct-A Nov-B and Dec-C)
the third character should be the day identifier(for dates 1-9,its 1,2..9 and for the rest consecutive dates starting frm a,b,...v)
Please help me how to achive this.