By now many people would have realized that SharePoint calculations are quite similar to Excel.
To default a list column date to a specific date, you can use this formular below:
=DATE(YEAR(Today),MONTH(Today),DAY("28-Dec-2008"))
QED
To default a list column date to a specific date, you can use this formular below:
=DATE(YEAR(Today),MONTH(Today),DAY("28-Dec-2008"))
QED
Comments