PM Wiki Cookbook Realm

Log In

Main Page

Linux Page

Photo Page

Code Page

Date Select Fox Page

Recipe Index

This PmWiKi recipe is for a method to create a date select for web form on a page. I created simple markup to create the drop-down select of dates. It allows me to have valid date entry for a form.

This PM Wiki Recipe is based on code from the kind-of-blog recipee. I extracted the code that created a simple date select input field with date options.

Files: Date Select Input 0.2a
Requirements: PHP, PmWiki, Fox Recipee


Wiki Markup

Add the following to your Form Form:

(:dateselect :)

Add the following to your Form Template:

{$entrydate}

modified: October 22, 2007, at 07:31 PM