Concatenate Julian Day + Year to get Date

2799
10
Jump to solution
07-01-2019 12:59 PM
AurelieShapiro
Occasional Contributor II

I am looking for an Arcade or python code (for use in Calculate Value in ModelBuilder) to concatenate two fields of an attribute table:

-Julian Day (1-365)

-Year (YYYY)

to calculate a field with a date (mm/dd/yyyy)

I tried Convert time field and it just made all my dates January 1 2001. 

Can anyone help? 

Thank you!!

0 Kudos
10 Replies
AurelieShapiro
Occasional Contributor II

Here are the fields: grid_code which is a number, and Def_Year is text (maybe that is the problem?)

0 Kudos