Hi all,
Is there a unix function to change a particular date string to a different date format?????
eq: 25/11/2001 convert to 25-Nov-01
31-Aug-2001 convert to 20010831
I know there is a long way to do it: use case/switch to convert. eg case $1
"Jan"
val=1;;
"Feb"
val=2;;
:
:
Is there any simple method to do the conversion?????
Thanks,
Suhaimi
Is there a unix function to change a particular date string to a different date format?????
eq: 25/11/2001 convert to 25-Nov-01
31-Aug-2001 convert to 20010831
I know there is a long way to do it: use case/switch to convert. eg case $1
"Jan"
"Feb"
:
:
Is there any simple method to do the conversion?????
Thanks,
Suhaimi