Telecompaper (opens in new tab)
<p>Sorting</p> <table> <thead> <tr> <th>Date Ascending</th> <th>Date Descending</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>2</td> </tr> </tbody> </table> <p>Date selection</p> <table> <thead> <tr> <th>1 month</th> <th>3 months</th> <th>6 months</th> <th>12 months</th> <th>24 months</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>3</td> <td>6</td> <td>12</td> <td>24</td> </tr> </tbody> </table>
Read the original article