I haven't found any Julian date formatting in Crystal. You could use a formula to create a numeric value.
To do this use the DatePart function to get the year of the datefield. Then use the DateDiff function to calc the number of days from Jan 1 of datefield to datefield. Put these together to get your Julian date.
I hope there is an easier way, but I have not seen it.
I believe this information worked. However, can someone tell me how to place leading zeros in front of the julian date (to always display 3 bytes) in cases the date is < 100 ? For example January 1 should display "001" instead of "1" .
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.