Hi
I am looking for a short and neat program to convert Month Name like Sep to 09 in Solaris
I do not see any date function that can help. This can be for any month and not necessarily current month
I have tried Case statement it works but very messsy.
Input provided
Sep 09
Output expected
09 09
Thanks for your help in advance
Naveen
I am looking for a short and neat program to convert Month Name like Sep to 09 in Solaris
I do not see any date function that can help. This can be for any month and not necessarily current month
I have tried Case statement it works but very messsy.
Input provided
Sep 09
Output expected
09 09
Thanks for your help in advance
Naveen