Re: How to manage date fields in template
- From: Tim Greer <tim@xxxxxxxxxxxxx>
- Date: Wed, 12 Nov 2008 15:21:22 -0800
Valeria wrote:
Hi, in my website I've a template file with date/time fields
<dt><label for="field_date_from">Sart
Date</label></dt>
<dd id="data_date_from">
<select
class="select"
id="field_date_from" name="date_from_month">
<option
value="">-</option>
{dropdownlist:date_months,""}
</select>
<select
class="select"
name="date_from_day">
<option
value="">-</option>
{dropdownlist:date_days,""}
</select>
<select
class="select"
name="date_from_year">
<option
value="">-</option>
{dropdownlist:date_years,""}
</select>
</dd>
Is it possible automatically select day month year of today?
Thanks
That depends on the template and the options you have using it. What is
this for?
--
Tim Greer, CEO/Founder/CTO, BurlyHost.com, Inc.
Shared Hosting, Reseller Hosting, Dedicated & Semi-Dedicated servers
and Custom Hosting. 24/7 support, 30 day guarantee, secure servers.
Industry's most experienced staff! -- Web Hosting With Muscle!
.
- References:
- How to manage date fields in template
- From: Valeria
- How to manage date fields in template
- Prev by Date: How to manage date fields in template
- Next by Date: Re: How to manage date fields in template
- Previous by thread: How to manage date fields in template
- Next by thread: Re: How to manage date fields in template
- Index(es):
Relevant Pages
|