Forum Discussion
kkhajanchi
3 years agoRegular Visitor
CYYDDD conversion to calendar date
I am not able to convert the CYYDDD julian date to calendar date. Can anybody help?
- 3 years ago
Hi kkhajanchi
assuming dates are in the 2000 +
Date =
DATE ( 2000 + VALUE ( LEFT ( 'Table'[JD], 2 ) ), 1, 1 )
+ VALUE ( RIGHT ( 'Table'[JD], 3 ) )
tamerj1
Community Champion
3 years agoHi kkhajanchi
assuming dates are in the 2000 +
Date =
DATE ( 2000 + VALUE ( LEFT ( 'Table'[JD], 2 ) ), 1, 1 )
+ VALUE ( RIGHT ( 'Table'[JD], 3 ) )