Click here to Skip to main content
16,016,906 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how could i get highest date from array using jquery
Posted
Comments
shriti 3 12-Oct-12 7:51am    
I have a repeater which contains created date now i need to find highest date how do i get it

1 solution

use jquery.each() to loop through the array and store the maximum date you find.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900