Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8137951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T11:20:35+00:00 2026-06-06T11:20:35+00:00

i need to try for the drop down with name of the month ,

  • 0

i need to try for the drop down with name of the month , the day and year in other loop,s

i try to conver the mm loop in string format,example the first month is jan and the value is 1

output will be below

   <option value=1>jan</option>

i use the following code

<select name="dd" id="dd">
<option value="">Day</option>
{for $foo=1 to 31}
 <option value="{$foo}">{$foo}</option>
{/for}
</select>
<select name="mm" id="mm">
<option value="">Month</option>
{for $foo=1 to 12}
 <option value="{$foo}">{$smarty.now|date_format:"%b"}</option>
{/for}
</select>
<select name="yy" id="yy">
<option value="">Year</option>
{for $foo=1970 to {$foo|date_format:"%Y"}}
 <option value="{$foo}">{$foo}</option>
{/for}
</select>

ple help me ..

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T11:20:40+00:00Added an answer on June 6, 2026 at 11:20 am

    You might be interested in {html_select_date}.

    {html_select_date 
      start_year=1970 
      month_format="%b" 
      field_order="dmy" 
      field_array="date" 
      prefix="" 
      day_id="dd" 
      month_id="mm" 
      year_id="yy"
    }
    

    will generate HTML like

    <select id="dd" name="date[Day]">
      <option value="1">01</option>
      …
      <option value="31">31</option>
    </select>
    <select id="mm" name="date[Month]">
      <option value="01">Jan</option>
      …
      <option value="12">Dec</option>
    </select>
    <select id="yy" name="date[Year]">
      <option value="1970">1970</option>
      …
      <option selected="selected" value="2012">2012</option>
    </select>
    

    Hint: Set the time="2011-05-17" parameter to have that date selected.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i try to program a LdapAuthentication and i need some help. First i need
I am writing some code where I need to drop down from GTK+ to
i have a drop down list contains some options, and for example two cells.
I try to make a apps that need barcode scanner, i already can get
I need to write a delegate function that can 'wrap' some while/try/catch code around
I try to use the domainpeople.com API and to do I need to use
I need to read the output from ffmpeg in order to even try the
I need the ability to run an arbitrary command when I try and commit
I need to sanitize article titles when (creative) users try to attract attention with
Hi I shall try to explain clearly what I need to be able to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.