‎2007 Jun 25 7:20 AM
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.
‎2007 Jun 25 9:49 AM
have another dummy field where you store the date in YYYYMMDD format and sort by that field (but dont show it on the screen)
‎2007 Jun 25 9:51 AM
‎2007 Jun 25 9:52 AM
hi Vimal,
do this way ...
sort it_table by date+6(4).Regards,
Santosh