Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Sorting Date by Year

Former Member
0 Likes
525

Hi.

I have a requirement that i have to sort a date with respect to year.

The date format is as follows DD/MM/YYYY.

Now when i sort on this format i get the date sorted based on date.

But i want to sort the date based on year..

Also the date should be displayed in the same format as DD/MM/YYYY.

3 REPLIES 3
Read only

athavanraja
Active Contributor
0 Likes
499

have another dummy field where you store the date in YYYYMMDD format and sort by that field (but dont show it on the screen)

Read only

Former Member
0 Likes
499

sort itab by date+6(4).

Read only

Former Member
0 Likes
499

hi Vimal,

do this way ...

sort it_table by date+6(4).

Regards,

Santosh