Re: yearless date

2007-06-06 Thread dailer
thx, since I don't know python or django, just looking for some level of comfort I'm on track. Right now I'm actually playing with sub- classing a Field class and having *some* luck with it. On Jun 6, 12:05 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On 6/6/07, dailer <[EMAIL

Re: yearless date

2007-06-05 Thread Russell Keith-Magee
On 6/6/07, dailer <[EMAIL PROTECTED]> wrote: > > looking for ideas on the best way to handle this. I have a need to set > up date ranges not tied to a particular year, like Jan 1 - Feb 12. I > like that the admin interface provides a date selector so I'm tempted > to just use a DateField and

yearless date

2007-06-05 Thread dailer
looking for ideas on the best way to handle this. I have a need to set up date ranges not tied to a particular year, like Jan 1 - Feb 12. I like that the admin interface provides a date selector so I'm tempted to just use a DateField and ignore the fact that I would be selecting a specific year.