2005 Jul 12 5:45 PM
hi folks,
I am reading the date from the table in 'mmddyyyy' and I want to modify the date to this format 'mm/dd' how to do that?
thanks
Santhosh
2005 Jul 12 6:12 PM
Hi,
Alternatively you can use concatenate statement.
concatenate date0(2) date2(2) into monthday separated by '/'.
hi folks,
I am reading the date from the table in 'mmddyyyy' and I want to modify the date to this format 'mm/dd' how to do that?
thanks
Santhosh
2005 Jul 12 5:51 PM
2005 Jul 12 7:31 PM
2005 Jul 12 6:12 PM
Hi,
Alternatively you can use concatenate statement.
concatenate date0(2) date2(2) into monthday separated by '/'.
2005 Jul 12 7:31 PM
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |