|
|
 flavio r | 2012-06-13 14:30:05 |
Can I use the class phpdatepicker (in phpclasses.org) with formgeneration? Can you make an example?
Thanks
|
 Manuel Lemos | 2012-06-13 20:29:05 - In reply to message 1 from flavio r |
That class would need to be adapted to work as a plug-in for the the forms generation and validation class.
There is also a plug-in for picking dates that comes with the forms class. If you do not like that, you may also try this other date picker plug-in:
http://www.phpclasses.org/package/2720-PHP-Calendar-input-pl ... |
 flavio r | 2012-06-13 21:47:10 - In reply to message 2 from Manuel Lemos |
| Do you have an example of that comes with the forms? It would be great to use only its class. I tried using plugin_cal_class, which I found very good, but has many errors, I think this outdated and not rotating with the newest php, or am I doing something wrong. |
 Manuel Lemos | 2012-06-13 23:31:36 - In reply to message 3 from flavio r |
| Try asking in the support forum of that package so the author may help you with that plug-in. |
|