19,155 tutorials online
11 tutorials pending review
763 dead links removed





ASP: Date and Time Tutorials

 

Form Dates
Posted in ASP > Date and Time by tutorialgrub on Apr 11, 2011

There are a number of ways to have users input dates into your application. Dropdown menus are the preferred method employed as there will certainly be less error checking on dropdown input as compared to textbox input. Utilizing the date() functions the current date (or any date you prefer by adjusting the date value) can easily be made the pre-filled selected value. Here you will find two examples: one that displays the current date with a range of days prior, and the other that displays the current date out of all the dates in a range of years.
29 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Date & Time
Posted in ASP > Date and Time by tutorialgrub on Mar 05, 2011

Show the server's current date and time in a formatted matter with ASP.
71 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial


1