daxxel
|
| Posted: 12/18/2002, 7:46 AM |
|
I would like to know how to create a kind of format like __/__/___ in forms to get the date fields.
|
|
|
 |
Alessandro Zipoli
|
| Posted: 12/18/2002, 8:49 AM |
|
You can add this code in your form Before Show events (PHP):
$fldDateFieldName=date("d/m/y",strtotime("$fldDateFieldName"));
Bye
Ale
|
|
|
 |
jb
|
| Posted: 12/18/2002, 12:40 PM |
|
Go look at: http://spiritwolfx.com
Select Code Samples from menu, then the auto date formatter.
It's excellent. Put in <head> of page, add attributes to to input tag and the BEST date input is there, for free.
|
|
|
 |
|