On 11/1/06, Vadim Zeitlin <vadim at wxwindows.org> wrote: > You can use it as initial value for the date object which doesn't have any > valid initializer. But no other operations on wxInvalidDateTime are valid, > you should write "if ( date.IsValid() )" instead of comparing date with it. Thanks for your reply, it seems so obvious now...