How convert the current date to julian date. Julian date format should be CYYDDD – so today would be 121159.
@Shirish_Pathak - For 20th century I have hardcoded “1”
what about for 21st century then ?
@Shirish_Pathak - You can write a simple if logic…
If this value is 19 then C is 0, if 20 then C is 1 and if 21 then 2…
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.