Gossamer Forum
Home : Products : DBMan : Customization :

Datepicker

Quote Reply
Datepicker
Does anyone know if or how you can add a date picker to DB man? I would like to have a drop down calendar appear so when you click a date it will populate the field with that date.
Quote Reply
Re: [knue] Datepicker In reply to
I found this post in links 2.0 called "New DatePicker mod for add mod forms".


I followed their direction with the exception for the " expirory date field" I did not use that part.


The key was to put the full url in the script language line.



<script language="javascript" type="text/javascript" src="http://your_website.com/datetimepicker.js">

Hope this helps.