.: Code Index :.
Java
PHP
 Classes
  noFormDate
   Usage
   Readme
   ToDo
   Changelog
   Download
|
I wrote the noFormDate Class because i lacked an easy way of doing date-stuff in forms via drop-boxes and I hope you will have some use for it as well...
First you want to include the class-file like this: include("noFormDate.class.php");
Or if you have it in another location that requires a full path: include("/full/Path/to/noFormDate.class.php");
Then, you may want to make use of the class in your code:
|
|
|