If(!IsBlank(DP_EndDate.SelectedDate), DP_EndDate.SelectedDate,0)
If(!IsBlank(DP_EndDate.SelectedDate), DP_EndDate.SelectedDate)
The default date of 12/31/1969 in PowerApps is a common issue related to the way dates are handled in computing. This date is often associated with the Unix epoch time, which starts at 00:00:00 UTC on January 1, 1970. When a date value is not properly initialized or is set to zero, it can default to this epoch time, which in some time zones appears as 12/31/196912.
ThisItem.'End Date'
If (
varCopy && !IsBlank(glbFormData.dk_enddate),
glbFormData.dk_enddate,
ThisItem.'End Date'
)
WarrenBelz
146,635
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional