sateeshk754
04-23-2007, 10:07 AM
Hi,
I could able to find out the date diffrence using this,
echo $(( $(date -d 'Apr 2 2005 15:31:17' '+%s') - $(date -d 'Mar 27 2005 05:48:02' '+%s') )).
But I am looking for the commands in solaris which does the same work.
I will be thank full if some one could help me.
Thank you,
Sateesh.
I could able to find out the date diffrence using this,
echo $(( $(date -d 'Apr 2 2005 15:31:17' '+%s') - $(date -d 'Mar 27 2005 05:48:02' '+%s') )).
But I am looking for the commands in solaris which does the same work.
I will be thank full if some one could help me.
Thank you,
Sateesh.