Hello, I am needing some help in changing a datetime format back to a date format. For example, I have a value of 28OCT2013:21:26:58.819000 How can I create another variable and keep only the first 9 characters, in this case 28OCT2013 ? Can I do a simple SUBSTR command? Help would be much appreciated!
... View more