Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8516

Re: Format Regular Date To Julian Date

$
0
0

Hi Marlon

 

Try to use below  concept

 

1. from a date try to get a first day of the year (i.e just (01-01-year(date))

2. Get number of days between these 2 days(N) now N+1= Day number in year

3. Finally concatenate your year and number of days.

 

 

 

=FormatNumber(Year([Today]);"0000")+(FormatNumber(DaysBetween(ToDate(concatenation("01-01";FormatNumber(Year([Today]);"0000"));"mm-dd-yyyy");[Today])+1;"000"))

 

Replace [Today] in above formula with your object in report.


Viewing all articles
Browse latest Browse all 8516

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>