I have a custom date returned from SQL query as "20-JUL-2015".I want to add/subtract x number of days from this custom date.How can I do it.
My Operating system is UNIX solaris, so date -d
and --date
option is not available.
I have a custom date returned from SQL query as "20-JUL-2015".I want to add/subtract x number of days from this custom date.How can I do it.
My Operating system is UNIX solaris, so date -d
and --date
option is not available.