Re: dynamic drop down list from the date field filtered to unique months
- From: macca <ptmcnally@xxxxxxxxxxxxxx>
- Date: Sun, 8 Jun 2008 21:30:08 -0700 (PDT)
You should look up date() in the manual, for example:
<?php
echo date('F',strtotime('01')); //Prints January
echo date('m',strtotime('January')); //Prints 01
?>
.
- References:
- dynamic drop down list from the date field filtered to unique months
- From: jsd219
- Re: dynamic drop down list from the date field filtered to unique months
- From: macca
- Re: dynamic drop down list from the date field filtered to unique months
- From: jsd219
- Re: dynamic drop down list from the date field filtered to unique months
- From: Jerry Stuckle
- dynamic drop down list from the date field filtered to unique months
- Prev by Date: Re: create html from flat file
- Next by Date: Re: PostgreSQL drivers not working?
- Previous by thread: Re: dynamic drop down list from the date field filtered to unique months
- Next by thread: Re: dynamic drop down list from the date field filtered to unique months
- Index(es):