Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| snippets:add_to_cart_form:using_calendar_date_picker [2011/05/25 21:31] – [Data entry] sami.fiaz | snippets:add_to_cart_form:using_calendar_date_picker [2018/11/19 01:47] (current) – [Using a calendar date-picker to add dates to products.] adam | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| type : snippet #do not change this line | type : snippet #do not change this line | ||
| category | category | ||
| - | name : Using a calendar date-picker #the name of the snippet | + | name : Using a calendar date-picker |
| description | description | ||
| - | versions_tags : 060 #compatible versions | + | versions_tags : 0.6.0 #compatible versions |
| reference_url : http:// | reference_url : http:// | ||
| tags_tags | tags_tags | ||
| date_dt | date_dt | ||
| ---- | ---- | ||
| - | ===== Using a calendar date-picker | + | ===== Using a calendar date-picker |
| This calendar setup requires having a link and an input with coinciding id's. An input an link should be setup like this: | This calendar setup requires having a link and an input with coinciding id's. An input an link should be setup like this: | ||
| <code html> | <code html> | ||
| <input type=" | <input type=" | ||
| - | <a href=" | + | <a href=" |
| </ | </ | ||