0

I did search a lot for the solution, but not getting proper answer for my query, please help example, I have a date

"Wednesday, September 17, 2014 08:45:04 PM EDT"

and I want to convert this to format

"+%m/%d/%y %H:%M:%S %p'

on Solaris boxes

AlessioX
  • 3,167
  • 6
  • 24
  • 40
prasanna
  • 1
  • 1
  • Just to add, this is what iam doing on Linux , date -d '"+output+"' '+%m/%d/%y %H:%M:%S %p', need similar for Solaris – prasanna Apr 06 '16 at 18:30
  • Possible duplicate of [YYYYMMDDHH date manipulation in shell script in Unix](http://stackoverflow.com/questions/23503892/yyyymmddhh-date-manipulation-in-shell-script-in-unix/) – Mark Plotnick Apr 06 '16 at 19:28
  • Possible duplicate of [equivalent date from GNU to solaris](http://stackoverflow.com/questions/17815327/equivalent-date-from-gnu-to-solaris) – Andrew Henle Apr 06 '16 at 20:36

0 Answers0