Hi,
I understand that if the Status Date is Not available then the default value applied to the Status Date is 1/1/0001. This becomes very difficult at the backend to process this date with these date conversion issues. Is it possible to change the default date to 1/1/1900? This will help in resolving multiple issues in the backend. Please provide if you have any other solution?
@abhargava
Can you please provide more details about the specific Aspose.Tasks functionality you are referring to and how you are currently handling the Status Date in your implementation?
I am storing this default value in the database. But there are multiple issues to handle with this default value? Can it be taken as a change request to change the year from 0001 to 1900?
@abhargava ,
No, it would be the breaking change which may affect existing users which compare Status Date with 1/1/0001.
1/1/0001 is a .NET’s DateTime.MinValue and a valid replacement for ‘NA’ value.
You can modify your code which store datetime values in the database.