Re: Dates with varying specificity?

2009-08-24 Thread ringemup
When you do get to it, I'd love to see what you come up with. On Aug 23, 9:16 am, Doug Blank wrote: > On Sat, Aug 22, 2009 at 12:24 PM, ringemup wrote: > > > Has anyone here ever written an application that needed to be able to > > take a date field where the month or day was sometimes but not

Re: Dates with varying specificity?

2009-08-23 Thread Doug Blank
On Sat, Aug 22, 2009 at 12:24 PM, ringemup wrote: > > Has anyone here ever written an application that needed to be able to > take a date field where the month or day was sometimes but not always > known? How would you handle this? Using separate day/month/year > fields instead of a DateField s

Dates with varying specificity?

2009-08-22 Thread ringemup
Has anyone here ever written an application that needed to be able to take a date field where the month or day was sometimes but not always known? How would you handle this? Using separate day/month/year fields instead of a DateField seems to sacrifice a lot of convenience and usability. Thanks